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 70ae1237 Bump spring-* from 5.3.28 to 5.3.29 70ae1237 is described below commit 70ae1237e390f7570f346902e36b421a3535883d Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Jul 30 23:50:05 2023 -0400 Bump spring-* from 5.3.28 to 5.3.29 --- pom.xml | 2 +- src/changes/changes.xml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 47dc2415..48cb460a 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.28</spring.version> + <spring.version>5.3.29</spring.version> <japicmp.skip>false</japicmp.skip> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index fffd50ad..6d60ff45 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -50,6 +50,9 @@ <action type="update" dev="ggregory" due-to="Gary Gregory"> Bump commons-lang3 from 3.11 to 3.13.0. </action> + <action type="update" dev="ggregory" due-to="Gary Gregory"> + Bump spring-* from 5.3.28 to 5.3.29. + </action> </release> <release version="2.9.0" date="2023-03-25" description="Minor release with new features and updated dependencies."> <!-- FIX -->