You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/03/25 13:02:40 UTC

[commons-configuration] branch master updated: Bump org.springframework:spring-* from 5.3.25 to 5.3.26.

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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-configuration.git


The following commit(s) were added to refs/heads/master by this push:
     new f0cf3f49 Bump org.springframework:spring-* from 5.3.25 to 5.3.26.
f0cf3f49 is described below

commit f0cf3f495998a8db0b58e5fff1896ffb987cd675
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Mar 25 09:02:35 2023 -0400

    Bump org.springframework:spring-* from 5.3.25 to 5.3.26.
    
    Fix XML
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index ba49e428..fae93fb3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -557,7 +557,7 @@
     <log4j.version>2.20.0</log4j.version>
     <slf4j.version>2.0.7</slf4j.version>
     <!-- Spring 6 requires Java 17 -->
-    <spring.version>5.3.25</spring.version>
+    <spring.version>5.3.26</spring.version>
 
     <japicmp.skip>false</japicmp.skip>
 
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index b6b33e2d..65040e1a 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -58,7 +58,7 @@
         Bump spotbugs from 4.7.0 to 4.7.3.
       </action>
       <action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">
-        Bump org.springframework:spring-* from 5.3.21 to 5.3.25.
+        Bump org.springframework:spring-* from 5.3.21 to 5.3.26.
       </action>
       <action type="update" dev="kinow" due-to="Dependabot">
         Bump junit-jupiter from 5.8.2 to 5.9.1 #197, #217.
@@ -160,7 +160,7 @@
        <action type="add" dev="ggregory" due-to="SethiPandi">
          Implement Iterable in ImmutableNode #74.
        </action>
-       <action issues="CONFIGURATION-794" type="update" dev="ggregory" due-to="Robin Jansohn, Gary Gregory, Rob Spoor">
+       <action issue="CONFIGURATION-794" type="update" dev="ggregory" due-to="Robin Jansohn, Gary Gregory, Rob Spoor">
          Unclosed file handle when reading config from JAR file URL.
          Add and use FileBasedBuilderProperties.setURL(URL, URLConnectionOptions).
        </action>