Skip to content

Commit dab7d95

Browse files
committed
Update org.springframework.boot:spring-boot to version 2.7.17 (#1874)
1 parent 1512e7c commit dab7d95

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

log4j-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
<pax-exam.version>4.13.5</pax-exam.version>
140140
<plexus-utils.version>3.5.0</plexus-utils.version>
141141
<slf4j.version>1.7.36</slf4j.version>
142-
<spring-boot.version>2.7.15</spring-boot.version>
142+
<spring-boot.version>2.7.17</spring-boot.version>
143143
<spring-framework.version>5.3.30</spring-framework.version>
144144
<system-stubs.version>2.0.2</system-stubs.version>
145145
<tomcat-juli.version>10.0.27</tomcat-juli.version>
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
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.2.xsd"
5+
type="changed">
6+
<issue id="1874" link="https://github.com/apache/logging-log4j2/pull/1874"/>
7+
<author id="github:dependabot"/>
8+
<description format="asciidoc">Update `org.springframework.boot:spring-boot` to version `2.7.17`</description>
9+
</entry>

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,6 @@ The module name of four bridges (`log4j-slf4j-impl`, `log4j-slf4j2-impl`, `log4j
5050
* Update `com.google.guava:guava` to version `32.1.3-jre` (https://github.com/apache/logging-log4j2/pull/1875[1875])
5151
* Update `com.h2database:h2` to version `2.2.224` (https://github.com/apache/logging-log4j2/pull/1880[1880])
5252
* Update `io.netty:netty-bom` to version `4.1.100.Final` (https://github.com/apache/logging-log4j2/pull/1857[1857])
53+
* Update `org.springframework.boot:spring-boot` to version `2.7.17` (https://github.com/apache/logging-log4j2/pull/1874[1874])
5354
* Update `org.zeromq:jeromq` to version `0.5.4` (https://github.com/apache/logging-log4j2/pull/1878[1878])
5455
* Update Spring Framework from version 5.3.29 to 5.3.30;

0 commit comments

Comments
 (0)