Skip to content

Commit 56c3848

Browse files
committed
Update org.springframework:spring-framework-bom to version 6.1.3 (#2223)
1 parent 4b9e4fb commit 56c3848

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<!-- Dependency version -->
3737
<spring-boot.version>3.2.2</spring-boot.version>
3838
<spring-cloud.version>4.1.0</spring-cloud.version>
39-
<spring-framework.version>6.1.2</spring-framework.version>
39+
<spring-framework.version>6.1.3</spring-framework.version>
4040

4141
<!--
4242
~ OSGi and JPMS options
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.3.xsd"
5+
type="updated">
6+
<issue id="2223" link="https://github.com/apache/logging-log4j2/pull/2223"/>
7+
<description format="asciidoc">Update `org.springframework:spring-framework-bom` to version `6.1.3`</description>
8+
</entry>

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ This release contains...
5151
* Removed legacy `2.x` properties configuration factory.
5252
* Remove `DefaultLogEventFactory`
5353
* Remove `org.apache.logging.log4j.core.parser` and related packages. (https://github.com/apache/logging-log4j2/pull/2154[2154])
54+
* Removed JMX support.
5455
* Remove `log4j-layout-jackson` module (https://github.com/apache/logging-log4j2/pull/2198[2198])
5556
* Remove `log4j-layout-jackson-xml` module (https://github.com/apache/logging-log4j2/pull/2198[2198])
5657
* Remove `log4j2.enable.threadlocals` property (https://github.com/apache/logging-log4j2/issues/2105[2105])
@@ -72,4 +73,5 @@ This release contains...
7273
* Update `org.slf4j:slf4j-api` to version `2.0.10` (https://github.com/apache/logging-log4j2/pull/2136[2136])
7374
* Update `org.springframework.boot:spring-boot-autoconfigure` to version `3.2.2` (https://github.com/apache/logging-log4j2/pull/2222[2222])
7475
* Update `org.springframework.boot:spring-boot-dependencies` to version `3.2.1` (https://github.com/apache/logging-log4j2/pull/2123[2123])
76+
* Update `org.springframework:spring-framework-bom` to version `6.1.3` (https://github.com/apache/logging-log4j2/pull/2223[2223])
7577
* 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)