This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch 2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/2.x by this push:
new bbf94c47c7 Update `org.springframework:spring-framework-bom` to
version `5.3.31` (#1973)
bbf94c47c7 is described below
commit bbf94c47c7f82d9c561d441395eb0d61fbe2b88e
Author: ASF Logging Services RM <[email protected]>
AuthorDate: Thu Nov 16 14:45:40 2023 +0000
Update `org.springframework:spring-framework-bom` to version `5.3.31`
(#1973)
---
log4j-parent/pom.xml | 2 +-
.../.2.x.x/update_org_springframework_spring_framework_bom.xml | 8 ++++++++
src/site/_release-notes/_2.x.x.adoc | 3 ++-
3 files changed, 11 insertions(+), 2 deletions(-)
diff --git a/log4j-parent/pom.xml b/log4j-parent/pom.xml
index 31d576634a..186b4a7e1e 100644
--- a/log4j-parent/pom.xml
+++ b/log4j-parent/pom.xml
@@ -142,7 +142,7 @@
<!-- Last version before a breaking change -->
<slf4j-ext.version>1.7.25</slf4j-ext.version>
<spring-boot.version>2.7.17</spring-boot.version>
- <spring-framework.version>5.3.30</spring-framework.version>
+ <spring-framework.version>5.3.31</spring-framework.version>
<system-stubs.version>2.0.3</system-stubs.version>
<tomcat-juli.version>10.0.27</tomcat-juli.version>
<velocity.version>1.7</velocity.version>
diff --git
a/src/changelog/.2.x.x/update_org_springframework_spring_framework_bom.xml
b/src/changelog/.2.x.x/update_org_springframework_spring_framework_bom.xml
new file mode 100644
index 0000000000..9c0a54406e
--- /dev/null
+++ b/src/changelog/.2.x.x/update_org_springframework_spring_framework_bom.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns="http://logging.apache.org/log4j/changelog"
+ xsi:schemaLocation="http://logging.apache.org/log4j/changelog
https://logging.apache.org/log4j/changelog-0.1.2.xsd"
+ type="changed">
+ <issue id="1973" link="https://github.com/apache/logging-log4j2/pull/1973"/>
+ <description format="asciidoc">Update
`org.springframework:spring-framework-bom` to version `5.3.31`</description>
+</entry>
diff --git a/src/site/_release-notes/_2.x.x.adoc
b/src/site/_release-notes/_2.x.x.adoc
index 3d5b5ddcab..72db2546c8 100644
--- a/src/site/_release-notes/_2.x.x.adoc
+++ b/src/site/_release-notes/_2.x.x.adoc
@@ -47,7 +47,7 @@ The module name of four bridges (`log4j-slf4j-impl`,
`log4j-slf4j2-impl`, `log4j
=== Changed
* 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])
-* Update `com.fasterxml.jackson:jackson-bom` to version `2.15.3`
(https://github.com/apache/logging-log4j2/pull/1894[1894])
+* Update `com.fasterxml.jackson:jackson-bom` to version `2.16.0`
(https://github.com/apache/logging-log4j2/pull/1974[1974])
* Update `com.github.luben:zstd-jni` to version `1.5.5-10`
(https://github.com/apache/logging-log4j2/pull/1940[1940])
* Update `com.google.guava:guava` to version `32.1.3-jre`
(https://github.com/apache/logging-log4j2/pull/1875[1875])
* 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
* Update `org.mongodb:bson` to version `4.11.1`
(https://github.com/apache/logging-log4j2/pull/1957[1957])
* Update `org.springframework:spring-framework-bom` to version `5.3.30`
* Update `org.springframework.boot:spring-boot` to version `2.7.17`
(https://github.com/apache/logging-log4j2/pull/1874[1874])
+* Update `org.springframework:spring-framework-bom` to version `5.3.31`
(https://github.com/apache/logging-log4j2/pull/1973[1973])
* Update `org.zeromq:jeromq` to version `0.5.4`
(https://github.com/apache/logging-log4j2/pull/1878[1878])
=== Removed