This is an automated email from the ASF dual-hosted git repository. mattjuntunen pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-configuration.git
commit 34191bac83f478809a3c4bcbd1fe3b1677d71044 Author: Matt Juntunen <[email protected]> AuthorDate: Thu May 5 00:05:58 2022 -0400 bump spring versions from 5.3.18 to 5.3.19 --- pom.xml | 2 +- src/changes/changes.xml | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d3392286..e23ec1c6 100644 --- a/pom.xml +++ b/pom.xml @@ -580,7 +580,7 @@ * </commons.osgi.import> <slf4j.version>1.7.36</slf4j.version> - <spring.version>5.3.18</spring.version> + <spring.version>5.3.19</spring.version> <commons.japicmp.version>0.15.3</commons.japicmp.version> <japicmp.skip>false</japicmp.skip> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 1e8ab67b..67a208e7 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -84,6 +84,13 @@ Add ImmutableConfiguration.getDuration() methods. </action> <!-- UPDATES --> + <action type="update" dev="mattjuntunen" due-to="Dependabot, Matt Juntunen"> + Bump Spring dependency versions: + org.springframework:spring-beans 5.3.18 -> 5.3.19 + org.springframework:spring-context 5.3.18 -> 5.3.19 + org.springframework:spring-core 5.3.18 -> 5.3.19 + org.springframework:spring-test 5.3.18 -> 5.3.19 + </action> <action type="update" dev="mattjuntunen" due-to="Dependabot, Matt Juntunen"> Bump commons-parent from 52 to 53. </action>
