File tree Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 141
141
<slf4j .version>2.0.9</slf4j .version>
142
142
<!-- Last version before a breaking change -->
143
143
<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>
145
145
<spring-framework .version>5.3.31</spring-framework .version>
146
146
<system-stubs .version>2.0.3</system-stubs .version>
147
147
<tomcat-juli .version>10.0.27</tomcat-juli .version>
Original file line number Diff line number Diff line change
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 >
Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ This releases contains ...
29
29
* Update `de.flapdoodle.reverse:de.flapdoodle.reverse` to version `1.7.2` (https://github.com/apache/logging-log4j2/pull/1979[1979])
30
30
* Update `github/codeql-action` to version `2.22.7` (https://github.com/apache/logging-log4j2/pull/1975[1975])
31
31
* 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])
32
33
33
34
[#release-notes-2-x-x-fixed]
34
35
=== Fixed
You can’t perform that action at this time.
0 commit comments