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 8501e664 Bump Spring dependency versions:
8501e664 is described below
commit 8501e66463ec7344c13623dc896d1283f3373fc8
Author: Gary Gregory <[email protected]>
AuthorDate: Sun May 15 18:23:39 2022 -0400
Bump Spring dependency versions:
- org.springframework:spring-beans 5.3.19 -> 5.3.20
- org.springframework:spring-context 5.3.19 -> 5.3.20
- org.springframework:spring-core 5.3.19 -> 5.3.20
- org.springframework:spring-test 5.3.19 -> 5.3.20
---
pom.xml | 2 +-
src/changes/changes.xml | 8 ++++----
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/pom.xml b/pom.xml
index 0776939b..24abed9d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -587,7 +587,7 @@
*
</commons.osgi.import>
<slf4j.version>1.7.36</slf4j.version>
- <spring.version>5.3.19</spring.version>
+ <spring.version>5.3.20</spring.version>
<commons.japicmp.version>0.15.7</commons.japicmp.version>
<japicmp.skip>false</japicmp.skip>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 02196dad..4de4ab7d 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -89,10 +89,10 @@
</action>
<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
+ org.springframework:spring-beans 5.3.18 -> 5.3.20
+ org.springframework:spring-context 5.3.18 -> 5.3.20
+ org.springframework:spring-core 5.3.18 -> 5.3.20
+ org.springframework:spring-test 5.3.18 -> 5.3.20
</action>
<action type="update" dev="mattjuntunen" due-to="Dependabot, Matt
Juntunen">
Bump commons-parent from 52 to 53.