This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch 2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/2.x by this push:
new dab7d95812 Update `org.springframework.boot:spring-boot` to version
`2.7.17` (#1874)
dab7d95812 is described below
commit dab7d958127e4ab832c0d9486d667b5554ea543a
Author: ASF Logging Services RM <[email protected]>
AuthorDate: Fri Oct 20 13:26:40 2023 +0000
Update `org.springframework.boot:spring-boot` to version `2.7.17` (#1874)
---
log4j-parent/pom.xml | 2 +-
.../.2.x.x/update_org_springframework_boot_spring_boot.xml | 9 +++++++++
src/site/_release-notes/_2.x.x.adoc | 1 +
3 files changed, 11 insertions(+), 1 deletion(-)
diff --git a/log4j-parent/pom.xml b/log4j-parent/pom.xml
index a125b13010..7a7f3d9779 100644
--- a/log4j-parent/pom.xml
+++ b/log4j-parent/pom.xml
@@ -139,7 +139,7 @@
<pax-exam.version>4.13.5</pax-exam.version>
<plexus-utils.version>3.5.0</plexus-utils.version>
<slf4j.version>1.7.36</slf4j.version>
- <spring-boot.version>2.7.15</spring-boot.version>
+ <spring-boot.version>2.7.17</spring-boot.version>
<spring-framework.version>5.3.30</spring-framework.version>
<system-stubs.version>2.0.2</system-stubs.version>
<tomcat-juli.version>10.0.27</tomcat-juli.version>
diff --git
a/src/changelog/.2.x.x/update_org_springframework_boot_spring_boot.xml
b/src/changelog/.2.x.x/update_org_springframework_boot_spring_boot.xml
new file mode 100644
index 0000000000..8af1bd21bc
--- /dev/null
+++ b/src/changelog/.2.x.x/update_org_springframework_boot_spring_boot.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns="http://logging.apache.org/log4j/changelog"
+ xsi:schemaLocation="http://logging.apache.org/log4j/changelog
https://logging.apache.org/log4j/changelog-0.1.2.xsd"
+ type="changed">
+ <issue id="1874" link="https://github.com/apache/logging-log4j2/pull/1874"/>
+ <author id="github:dependabot"/>
+ <description format="asciidoc">Update `org.springframework.boot:spring-boot`
to version `2.7.17`</description>
+</entry>
diff --git a/src/site/_release-notes/_2.x.x.adoc
b/src/site/_release-notes/_2.x.x.adoc
index 2e0d33a9eb..44d7341117 100644
--- a/src/site/_release-notes/_2.x.x.adoc
+++ b/src/site/_release-notes/_2.x.x.adoc
@@ -50,5 +50,6 @@ The module name of four bridges (`log4j-slf4j-impl`,
`log4j-slf4j2-impl`, `log4j
* Update `com.google.guava:guava` to version `32.1.3-jre`
(https://github.com/apache/logging-log4j2/pull/1875[1875])
* Update `com.h2database:h2` to version `2.2.224`
(https://github.com/apache/logging-log4j2/pull/1880[1880])
* Update `io.netty:netty-bom` to version `4.1.100.Final`
(https://github.com/apache/logging-log4j2/pull/1857[1857])
+* Update `org.springframework.boot:spring-boot` to version `2.7.17`
(https://github.com/apache/logging-log4j2/pull/1874[1874])
* Update `org.zeromq:jeromq` to version `0.5.4`
(https://github.com/apache/logging-log4j2/pull/1878[1878])
* Update Spring Framework from version 5.3.29 to 5.3.30;