Skip to content

Commit a15fb27

Browse files
committed
Update org.springframework.boot:spring-boot to version 2.7.18 (#1998)
1 parent 88043f8 commit a15fb27

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

log4j-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
<slf4j.version>2.0.9</slf4j.version>
142142
<!-- Last version before a breaking change -->
143143
<slf4j-ext.version>1.7.25</slf4j-ext.version>
144-
<spring-boot.version>2.7.17</spring-boot.version>
144+
<spring-boot.version>2.7.18</spring-boot.version>
145145
<spring-framework.version>5.3.31</spring-framework.version>
146146
<system-stubs.version>2.0.3</system-stubs.version>
147147
<tomcat-juli.version>10.0.27</tomcat-juli.version>
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.2.xsd"
5+
type="changed">
6+
<issue id="1998" link="https://github.com/apache/logging-log4j2/pull/1998"/>
7+
<description format="asciidoc">Update `org.springframework.boot:spring-boot` to version `2.7.18`</description>
8+
</entry>

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ This releases contains ...
2929
* Update `de.flapdoodle.reverse:de.flapdoodle.reverse` to version `1.7.2` (https://github.com/apache/logging-log4j2/pull/1979[1979])
3030
* Update `github/codeql-action` to version `2.22.7` (https://github.com/apache/logging-log4j2/pull/1975[1975])
3131
* Update `org.jctools:jctools-core` to version `4.0.2` (https://github.com/apache/logging-log4j2/pull/1984[1984])
32+
* Update `org.springframework.boot:spring-boot` to version `2.7.18` (https://github.com/apache/logging-log4j2/pull/1998[1998])
3233
3334
[#release-notes-2-x-x-fixed]
3435
=== Fixed

0 commit comments

Comments
 (0)