This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-log4j-jakarta.git
The following commit(s) were added to refs/heads/main by this push:
new ce22b8e Update `org.springframework:spring-framework-bom` to version
`6.1.2` (#8)
ce22b8e is described below
commit ce22b8e44f52a269caf7460afcd7a686cfebbc7a
Author: ASF Logging Services RM <[email protected]>
AuthorDate: Thu Dec 14 21:05:31 2023 +0000
Update `org.springframework:spring-framework-bom` to version `6.1.2` (#8)
---
log4j-jakarta-parent/pom.xml | 2 +-
.../.3.x.x/update_org_springframework_spring_framework_bom.xml | 4 ++--
src/site/_release-notes/_3.x.x.adoc | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/log4j-jakarta-parent/pom.xml b/log4j-jakarta-parent/pom.xml
index 830cc16..deea332 100644
--- a/log4j-jakarta-parent/pom.xml
+++ b/log4j-jakarta-parent/pom.xml
@@ -58,7 +58,7 @@
<junit.version>5.10.1</junit.version>
<log4j.version>3.0.0-SNAPSHOT</log4j.version>
<mockito.version>5.8.0</mockito.version>
- <spring-framework.version>6.1.1</spring-framework.version>
+ <spring-framework.version>6.1.2</spring-framework.version>
<jakarta.activation-api.version>2.1.2</jakarta.activation-api.version>
<jakarta.mail-api.version>2.1.2</jakarta.mail-api.version>
</properties>
diff --git
a/src/changelog/.3.x.x/update_org_springframework_spring_framework_bom.xml
b/src/changelog/.3.x.x/update_org_springframework_spring_framework_bom.xml
index 29223f4..54d4be8 100644
--- a/src/changelog/.3.x.x/update_org_springframework_spring_framework_bom.xml
+++ b/src/changelog/.3.x.x/update_org_springframework_spring_framework_bom.xml
@@ -3,6 +3,6 @@
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="5" link="https://github.com/apache/logging-log4j-jakarta/pull/5"/>
- <description format="asciidoc">Update
`org.springframework:spring-framework-bom` to version `6.1.1`</description>
+ <issue id="8" link="https://github.com/apache/logging-log4j-jakarta/pull/8"/>
+ <description format="asciidoc">Update
`org.springframework:spring-framework-bom` to version `6.1.2`</description>
</entry>
diff --git a/src/site/_release-notes/_3.x.x.adoc
b/src/site/_release-notes/_3.x.x.adoc
index 440fa21..468c704 100644
--- a/src/site/_release-notes/_3.x.x.adoc
+++ b/src/site/_release-notes/_3.x.x.adoc
@@ -52,7 +52,7 @@ This minor release contains various bug fixes and
improvements.
* Update `commons-logging:commons-logging` to version `1.3.0`
(https://github.com/apache/logging-log4j-jakarta/pull/7[7])
* Update `org.junit:junit-bom` to version `5.10.1`
(https://github.com/apache/logging-log4j-jakarta/pull/1[1])
* Update `org.mockito:mockito-bom` to version `5.8.0`
(https://github.com/apache/logging-log4j-jakarta/pull/6[6])
-* Update `org.springframework:spring-framework-bom` to version `6.1.1`
(https://github.com/apache/logging-log4j-jakarta/pull/5[5])
+* Update `org.springframework:spring-framework-bom` to version `6.1.2`
(https://github.com/apache/logging-log4j-jakarta/pull/8[8])
==== Removed