Skip to content

Commit bbf94c4

Browse files
committed
Update org.springframework:spring-framework-bom to version 5.3.31 (#1973)
1 parent abd07b6 commit bbf94c4

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

log4j-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
<!-- Last version before a breaking change -->
143143
<slf4j-ext.version>1.7.25</slf4j-ext.version>
144144
<spring-boot.version>2.7.17</spring-boot.version>
145-
<spring-framework.version>5.3.30</spring-framework.version>
145+
<spring-framework.version>5.3.31</spring-framework.version>
146146
<system-stubs.version>2.0.3</system-stubs.version>
147147
<tomcat-juli.version>10.0.27</tomcat-juli.version>
148148
<velocity.version>1.7</velocity.version>
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xmlns="http://logging.apache.org/log4j/changelog"
4+
xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
5+
type="changed">
6+
<issue id="1973" link="https://github.com/apache/logging-log4j2/pull/1973"/>
7+
<description format="asciidoc">Update `org.springframework:spring-framework-bom` to version `5.3.31`</description>
8+
</entry>

src/site/_release-notes/_2.x.x.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ The module name of four bridges (`log4j-slf4j-impl`, `log4j-slf4j2-impl`, `log4j
4747
=== Changed
4848
4949
* Change the order of evaluation of `FormattedMessage` formatters. Messages are evaluated using `java.util.Format` only if they don't comply to the `java.text.MessageFormat` or `ParameterizedMessage` format. (https://github.com/apache/logging-log4j2/issues/1223[1223])
50-
* Update `com.fasterxml.jackson:jackson-bom` to version `2.15.3` (https://github.com/apache/logging-log4j2/pull/1894[1894])
50+
* Update `com.fasterxml.jackson:jackson-bom` to version `2.16.0` (https://github.com/apache/logging-log4j2/pull/1974[1974])
5151
* Update `com.github.luben:zstd-jni` to version `1.5.5-10` (https://github.com/apache/logging-log4j2/pull/1940[1940])
5252
* Update `com.google.guava:guava` to version `32.1.3-jre` (https://github.com/apache/logging-log4j2/pull/1875[1875])
5353
* Update `io.netty:netty-bom` to version `4.1.101.Final` (https://github.com/apache/logging-log4j2/pull/1960[1960])
@@ -56,6 +56,7 @@ The module name of four bridges (`log4j-slf4j-impl`, `log4j-slf4j2-impl`, `log4j
5656
* Update `org.mongodb:bson` to version `4.11.1` (https://github.com/apache/logging-log4j2/pull/1957[1957])
5757
* Update `org.springframework:spring-framework-bom` to version `5.3.30`
5858
* Update `org.springframework.boot:spring-boot` to version `2.7.17` (https://github.com/apache/logging-log4j2/pull/1874[1874])
59+
* Update `org.springframework:spring-framework-bom` to version `5.3.31` (https://github.com/apache/logging-log4j2/pull/1973[1973])
5960
* Update `org.zeromq:jeromq` to version `0.5.4` (https://github.com/apache/logging-log4j2/pull/1878[1878])
6061
6162
=== Removed

0 commit comments

Comments
 (0)