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 c17a5b84 Bump spring.version from 5.3.35 to 5.3.39 c17a5b84 is described below commit c17a5b84a6c4e8d22931d1a5507eb6de82a581b0 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Wed Aug 14 21:13:41 2024 -0400 Bump spring.version from 5.3.35 to 5.3.39 --- pom.xml | 2 +- src/changes/changes.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 893df387..ef697128 100644 --- a/pom.xml +++ b/pom.xml @@ -63,7 +63,7 @@ <log4j.version>2.23.1</log4j.version> <slf4j.version>2.0.15</slf4j.version> <!-- Spring 6 requires Java 17 --> - <spring.version>5.3.35</spring.version> + <spring.version>5.3.39</spring.version> <japicmp.skip>false</japicmp.skip> <!-- Commons Release Plugin --> <commons.bc.version>2.10.1</commons.bc.version> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 04612016..27ea5019 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -40,6 +40,7 @@ <action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump org.apache.commons:commons-lang3 from 3.14.0 to 3.16.0 #450, #458.</action> <action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump org.hamcrest:hamcrest from 2.2 to 3.0 #454.</action> <action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump slf4j.version from 2.0.13 to 2.0.15 #457, #462.</action> + <action type="update" dev="ggregory" due-to="Gary Gregory">Bump spring.version from 5.3.35 to 5.3.39.</action> </release> <release version="2.11.0" date="2024-06-07" description="Minor release with new features and updated dependencies; requires Java 8 or above."> <!-- ADD -->