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 fdb2612 Spring 4.3.27.RELEASE -> 4.3.30.RELEASE.
fdb2612 is described below
commit fdb261292318c026224ecc727ec16643a6d495a9
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Jan 2 09:35:50 2021 -0500
Spring 4.3.27.RELEASE -> 4.3.30.RELEASE.
---
pom.xml | 2 +-
src/changes/changes.xml | 10 +++++-----
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/pom.xml b/pom.xml
index 47b921d..fc3b0c5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -563,7 +563,7 @@
*
</commons.osgi.import>
<slf4j.version>1.7.30</slf4j.version>
- <spring.version>4.3.27.RELEASE</spring.version>
+ <spring.version>4.3.30.RELEASE</spring.version>
<!-- generate report even if there are binary incompatible changes -->
<commons.japicmp.breakBuildOnBinaryIncompatibleModifications>false</commons.japicmp.breakBuildOnBinaryIncompatibleModifications>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 523e084..e3edbad 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -69,11 +69,11 @@
org.slf4j:slf4j-nop 1.7.26 -> 1.7.30.
</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">
- Update optional org.springframework from 4.3.26.RELEASE to
4.3.27.RELEASE:
- org.springframework:spring-beans 4.3.26.RELEASE -> 4.3.27.RELEASE,
- org.springframework:spring-context 4.3.26.RELEASE -> 4.3.27.RELEASE,
- org.springframework:spring-core 4.3.26.RELEASE -> 4.3.27.RELEASE,
- org.springframework:spring-test 4.3.26.RELEASE -> 4.3.27.RELEASE.
+ Update optional org.springframework from 4.3.26.RELEASE to
4.3.30.RELEASE:
+ org.springframework:spring-beans 4.3.26.RELEASE -> 4.3.30.RELEASE,
+ org.springframework:spring-context 4.3.26.RELEASE -> 4.3.30.RELEASE,
+ org.springframework:spring-core 4.3.26.RELEASE -> 4.3.30.RELEASE,
+ org.springframework:spring-test 4.3.26.RELEASE -> 4.3.30.RELEASE.
</action>
<action type="update" dev="ggregory" due-to="Dependabot">
Update GitHub actions/checkout from v1 to v2.3.3 #47, #62, #70, #85.