Skip to content

Commit c65f33c

Browse files
committed
Update org.springframework.boot:spring-boot-autoconfigure to version 3.2.2 (#2222)
1 parent 8bbc085 commit c65f33c

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

log4j-spring-cloud-config-client/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
<properties>
3636
<!-- Dependency version -->
37-
<spring-boot.version>3.2.1</spring-boot.version>
37+
<spring-boot.version>3.2.2</spring-boot.version>
3838
<spring-cloud.version>4.1.0</spring-cloud.version>
3939
<spring-framework.version>6.1.2</spring-framework.version>
4040

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.3.xsd"
5+
type="updated">
6+
<issue id="2222" link="https://github.com/apache/logging-log4j2/pull/2222"/>
7+
<description format="asciidoc">Update `org.springframework.boot:spring-boot-autoconfigure` to version `3.2.2`</description>
8+
</entry>

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

+2
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ This release contains...
4242
* Possible NullPointerException in MongoDb4DocumentObject, MongoDbDocumentObject, DefaultNoSqlObject. (https://issues.apache.org/jira/browse/LOG4J2-3392[LOG4J2-3392])
4343
* Fix NPE in `CloseableThreadContext`. (https://github.com/apache/logging-log4j2/pull/1426[1426])
4444
* Fix NPE in `RollingFileManager`. (https://github.com/apache/logging-log4j2/pull/1645[1645])
45+
* Fix `log4j-spring-cloud-config-client` dependencies to include only those required. (https://github.com/apache/logging-log4j2/pull/2157[2157])
4546
* Workaround a Coursier/Ivy dependency resolution bug affecting `log4j-slf4j-impl` and `log4j-mongodb3`. (https://github.com/apache/logging-log4j2/pull/2065[2065])
4647
4748
[#release-notes-3-x-x-removed]
@@ -69,5 +70,6 @@ This release contains...
6970
* Update `org.graalvm.truffle:truffle-api` to version `23.1.2` (https://github.com/apache/logging-log4j2/pull/2206[2206])
7071
* Update `org.mockito:mockito-bom` to version `5.9.0` (https://github.com/apache/logging-log4j2/pull/2194[2194])
7172
* Update `org.slf4j:slf4j-api` to version `2.0.10` (https://github.com/apache/logging-log4j2/pull/2136[2136])
73+
* Update `org.springframework.boot:spring-boot-autoconfigure` to version `3.2.2` (https://github.com/apache/logging-log4j2/pull/2222[2222])
7274
* Update `org.springframework.boot:spring-boot-dependencies` to version `3.2.1` (https://github.com/apache/logging-log4j2/pull/2123[2123])
7375
* Update `uk.org.webcompere:system-stubs-core` to version `2.1.6` (https://github.com/apache/logging-log4j2/pull/2196[2196])

0 commit comments

Comments
 (0)