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 d579be45 Bump spring-* from 5.3.30 to 5.3.31 d579be45 is described below commit d579be45116f3451b2a0611bbdf862270aaff896 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Nov 24 11:41:19 2023 -0500 Bump spring-* from 5.3.30 to 5.3.31 --- pom.xml | 2 +- src/changes/changes.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 8c53560d..132d5fce 100644 --- a/pom.xml +++ b/pom.xml @@ -564,7 +564,7 @@ <log4j.version>2.21.1</log4j.version> <slf4j.version>2.0.9</slf4j.version> <!-- Spring 6 requires Java 17 --> - <spring.version>5.3.30</spring.version> + <spring.version>5.3.31</spring.version> <japicmp.skip>false</japicmp.skip> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index ac3bab5e..e8d5a000 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -52,7 +52,7 @@ Bump commons-io:commons-io from 2.11.0 to 2.15.0. </action> <action type="update" dev="ggregory" due-to="Gary Gregory"> - Bump spring-* from 5.3.26 to 5.3.30. + Bump spring-* from 5.3.26 to 5.3.31. </action> <action type="update" dev="ggregory" due-to="Gary Gregory"> Bump commons-parent from 57 to 64.