This is an automated email from the ASF dual-hosted git repository.

pkarwasz 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 c703b3760c Upgrade Spring Framework to version 5.3.30
c703b3760c is described below

commit c703b3760c834481ea69042d844a94e0ef8243e3
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Thu Oct 19 23:09:30 2023 +0200

    Upgrade Spring Framework to version 5.3.30
---
 log4j-parent/pom.xml                               |  2 +-
 .../.2.x.x/upgrade_spring-framework-bom.xml        | 26 ++++++++++++++++++++++
 2 files changed, 27 insertions(+), 1 deletion(-)

diff --git a/log4j-parent/pom.xml b/log4j-parent/pom.xml
index e8ac4647e3..7528e33d76 100644
--- a/log4j-parent/pom.xml
+++ b/log4j-parent/pom.xml
@@ -140,7 +140,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.0.2</system-stubs.version>
     <tomcat-juli.version>10.0.27</tomcat-juli.version>
     <velocity.version>1.7</velocity.version>
diff --git a/src/changelog/.2.x.x/upgrade_spring-framework-bom.xml 
b/src/changelog/.2.x.x/upgrade_spring-framework-bom.xml
new file mode 100644
index 0000000000..119fb49f4a
--- /dev/null
+++ b/src/changelog/.2.x.x/upgrade_spring-framework-bom.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one or more
+  ~ contributor license agreements.  See the NOTICE file distributed with
+  ~ this work for additional information regarding copyright ownership.
+  ~ The ASF licenses this file to you under the Apache License, Version 2.0
+  ~ (the "License"); you may not use this file except in compliance with
+  ~ the License.  You may obtain a copy of the License at
+  ~
+  ~      http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS,
+  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  ~ See the License for the specific language governing permissions and
+  ~ limitations under the License.
+  -->
+<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.0.xsd";
+       type="changed">
+  <author id="github:ppkarwasz"/>
+  <description format="asciidoc">
+    Update Spring Framework from version 5.3.29 to 5.3.30;
+  </description>
+</entry>

Reply via email to