diff --git a/log4j-parent/pom.xml b/log4j-parent/pom.xml index bfa20619aba..f7ccf15d4c6 100644 --- a/log4j-parent/pom.xml +++ b/log4j-parent/pom.xml @@ -139,7 +139,7 @@ <plexus-utils.version>3.5.1</plexus-utils.version> <slf4j.version>2.0.9</slf4j.version> <spring-boot.version>2.7.18</spring-boot.version> - <spring-framework.version>5.3.31</spring-framework.version> + <spring-framework.version>5.3.32</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 00000000000..0c619c12d19 --- /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.3.xsd" + type="updated"> + <issue id="2293" link="https://github.com/apache/logging-log4j2/pull/2293"/> + <description format="asciidoc">Update `org.springframework:spring-framework-bom` to version `5.3.32`</description> +</entry> diff --git a/src/site/_release-notes/_2.x.x.adoc b/src/site/_release-notes/_2.x.x.adoc index b72a804e9ea..099f3276330 100644 --- a/src/site/_release-notes/_2.x.x.adoc +++ b/src/site/_release-notes/_2.x.x.adoc @@ -62,4 +62,5 @@ This releases contains ... * Update `org.apache.logging:logging-parent` to version `10.6.0` (https://github.com/apache/logging-log4j2/pull/2197[2197]) * Update `org.eclipse.jetty:jetty-bom` to version `9.4.54.v20240208` (https://github.com/apache/logging-log4j2/pull/2287[2287]) * Update `org.jctools:jctools-core` to version `4.0.3` (https://github.com/apache/logging-log4j2/pull/2270[2270]) +* Update `org.springframework:spring-framework-bom` to version `5.3.32` (https://github.com/apache/logging-log4j2/pull/2293[2293]) * Update `org.zeromq:jeromq` to version `0.6.0` (https://github.com/apache/logging-log4j2/pull/2271[2271])