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 44de1fe0 Bump spring.version from 5.3.34 to 5.3.35 (#424) 44de1fe0 is described below commit 44de1fe099f5208afd05d55a35e1515630635a4d Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Fri May 17 22:00:11 2024 -0400 Bump spring.version from 5.3.34 to 5.3.35 (#424) * Bump spring.version from 5.3.34 to 6.1.7 Bumps `spring.version` from 5.3.34 to 6.1.7. Updates `org.springframework:spring-core` from 5.3.34 to 6.1.7 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.34...v6.1.7) Updates `org.springframework:spring-beans` from 5.3.34 to 6.1.7 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.34...v6.1.7) Updates `org.springframework:spring-context` from 5.3.34 to 6.1.7 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.34...v6.1.7) Updates `org.springframework:spring-test` from 5.3.34 to 6.1.7 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.34...v6.1.7) --- updated-dependencies: - dependency-name: org.springframework:spring-core dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.springframework:spring-beans dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.springframework:spring-context dependency-type: direct:development update-type: version-update:semver-major - dependency-name: org.springframework:spring-test dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <supp...@github.com> * Update pom.xml * Update pom.xml --------- Signed-off-by: dependabot[bot] <supp...@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Gary Gregory <garydgreg...@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0409af7c..64502115 100644 --- a/pom.xml +++ b/pom.xml @@ -63,7 +63,7 @@ <log4j.version>2.23.1</log4j.version> <slf4j.version>2.0.13</slf4j.version> <!-- Spring 6 requires Java 17 --> - <spring.version>5.3.34</spring.version> + <spring.version>5.3.35</spring.version> <japicmp.skip>false</japicmp.skip> <!-- Commons Release Plugin --> <commons.bc.version>2.10.1</commons.bc.version>