You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gi...@apache.org on 2023/10/31 13:54:54 UTC

(logging-log4j2) branch main updated: Update `org.springframework:spring-framework-bom` to version `5.3.30` (#1903)

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-log4j2.git


The following commit(s) were added to refs/heads/main by this push:
     new 13840920a1 Update `org.springframework:spring-framework-bom` to version `5.3.30` (#1903)
13840920a1 is described below

commit 13840920a1edd79444edcdd874ad8078a7054d62
Author: ASF Logging Services RM <pr...@logging.apache.org>
AuthorDate: Tue Oct 31 13:54:49 2023 +0000

    Update `org.springframework:spring-framework-bom` to version `5.3.30` (#1903)
---
 pom.xml                                                           | 2 +-
 .../.3.x.x/update_org_springframework_spring_framework_bom.xml    | 8 ++++++++
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e5cbebf739..575964d341 100644
--- a/pom.xml
+++ b/pom.xml
@@ -465,7 +465,7 @@
     <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-framework.version>5.3.29</spring-framework.version>
+    <spring-framework.version>5.3.30</spring-framework.version>
     <system-stubs.version>2.1.3</system-stubs.version>
     <tomcat-juli.version>10.0.23</tomcat-juli.version>
     <velocity.version>1.7</velocity.version>
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
new file mode 100644
index 0000000000..040e2d0897
--- /dev/null
+++ b/src/changelog/.3.x.x/update_org_springframework_spring_framework_bom.xml
@@ -0,0 +1,8 @@
+<?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="1903" link="https://github.com/apache/logging-log4j2/pull/1903"/>
+  <description format="asciidoc">Update `org.springframework:spring-framework-bom` to version `5.3.30`</description>
+</entry>