diff --git a/log4j-parent/pom.xml b/log4j-parent/pom.xml index 1af91d7343d..8216b95c9fb 100644 --- a/log4j-parent/pom.xml +++ b/log4j-parent/pom.xml @@ -143,7 +143,7 @@ 5.9.0 4.11.1 15.4 - 4.1.105.Final + 4.1.106.Final 1.3.0 3.18.600 2.0.8 diff --git a/log4j-spring-cloud-config-client/pom.xml b/log4j-spring-cloud-config-client/pom.xml index 3017f6c707c..1b0e1953b85 100644 --- a/log4j-spring-cloud-config-client/pom.xml +++ b/log4j-spring-cloud-config-client/pom.xml @@ -34,7 +34,7 @@ - 3.2.1 + 3.2.2 4.1.0 6.1.2 diff --git a/src/changelog/.3.x.x/update_io_netty_netty_bom.xml b/src/changelog/.3.x.x/update_io_netty_netty_bom.xml index fbbe137e68a..b6fd2ea8b2e 100644 --- a/src/changelog/.3.x.x/update_io_netty_netty_bom.xml +++ b/src/changelog/.3.x.x/update_io_netty_netty_bom.xml @@ -3,6 +3,6 @@ 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"> - - Update `io.netty:netty-bom` to version `4.1.105.Final` + + Update `io.netty:netty-bom` to version `4.1.106.Final` diff --git a/src/changelog/.3.x.x/update_org_springframework_boot_spring_boot_autoconfigure.xml b/src/changelog/.3.x.x/update_org_springframework_boot_spring_boot_autoconfigure.xml new file mode 100644 index 00000000000..44549109d60 --- /dev/null +++ b/src/changelog/.3.x.x/update_org_springframework_boot_spring_boot_autoconfigure.xml @@ -0,0 +1,8 @@ + + + + Update `org.springframework.boot:spring-boot-autoconfigure` to version `3.2.2` + diff --git a/src/site/_release-notes/_3.x.x.adoc b/src/site/_release-notes/_3.x.x.adoc index bd7cb1b1171..46c552d14f8 100644 --- a/src/site/_release-notes/_3.x.x.adoc +++ b/src/site/_release-notes/_3.x.x.adoc @@ -42,6 +42,7 @@ This release contains... * Possible NullPointerException in MongoDb4DocumentObject, MongoDbDocumentObject, DefaultNoSqlObject. (https://issues.apache.org/jira/browse/LOG4J2-3392[LOG4J2-3392]) * Fix NPE in `CloseableThreadContext`. (https://github.com/apache/logging-log4j2/pull/1426[1426]) * Fix NPE in `RollingFileManager`. (https://github.com/apache/logging-log4j2/pull/1645[1645]) +* Fix `log4j-spring-cloud-config-client` dependencies to include only those required. (https://github.com/apache/logging-log4j2/pull/2157[2157]) * Workaround a Coursier/Ivy dependency resolution bug affecting `log4j-slf4j-impl` and `log4j-mongodb3`. (https://github.com/apache/logging-log4j2/pull/2065[2065]) [#release-notes-3-x-x-removed] @@ -60,7 +61,7 @@ This release contains... * Update `apache/logging-parent` to version `` (https://github.com/apache/logging-log4j2/pull/2191[2191]) * Update `com.fasterxml.jackson:jackson-bom` to version `2.16.1` (https://github.com/apache/logging-log4j2/pull/2127[2127]) * Update `com.github.h-thurow:simple-jndi` to version `0.24.0` (https://github.com/apache/logging-log4j2/pull/2195[2195]) -* Update `io.netty:netty-bom` to version `4.1.105.Final` (https://github.com/apache/logging-log4j2/pull/2200[2200]) +* Update `io.netty:netty-bom` to version `4.1.106.Final` (https://github.com/apache/logging-log4j2/pull/2224[2224]) * Update `org.apache.groovy:groovy-bom` to version `4.0.18` (https://github.com/apache/logging-log4j2/pull/2217[2217]) * Update `org.apache.logging:logging-parent` to version `10.6.0` (https://github.com/apache/logging-log4j2/pull/2193[2193]) * Update `org.apache.maven.surefire:surefire-junit47` to version `3.2.5` (https://github.com/apache/logging-log4j2/pull/2177[2177]) @@ -69,5 +70,6 @@ This release contains... * Update `org.graalvm.truffle:truffle-api` to version `23.1.2` (https://github.com/apache/logging-log4j2/pull/2206[2206]) * Update `org.mockito:mockito-bom` to version `5.9.0` (https://github.com/apache/logging-log4j2/pull/2194[2194]) * Update `org.slf4j:slf4j-api` to version `2.0.10` (https://github.com/apache/logging-log4j2/pull/2136[2136]) +* Update `org.springframework.boot:spring-boot-autoconfigure` to version `3.2.2` (https://github.com/apache/logging-log4j2/pull/2222[2222]) * Update `org.springframework.boot:spring-boot-dependencies` to version `3.2.1` (https://github.com/apache/logging-log4j2/pull/2123[2123]) * Update `uk.org.webcompere:system-stubs-core` to version `2.1.6` (https://github.com/apache/logging-log4j2/pull/2196[2196])