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 549359e [CONFIGURATION-741] Update Spring from 4.3.19 to 4.3.22. 549359e is described below commit 549359eef155a32bf7e8a33510b3994cf37d5367 Author: Gary Gregory <ggreg...@rocketsoftware.com> AuthorDate: Thu Feb 28 11:05:50 2019 -0500 [CONFIGURATION-741] Update Spring from 4.3.19 to 4.3.22. --- pom.xml | 2 +- src/changes/changes.xml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b6a40a5..85a24f1 100644 --- a/pom.xml +++ b/pom.xml @@ -564,7 +564,7 @@ * </commons.osgi.import> <slf4j.version>1.7.26</slf4j.version> - <spring.version>4.3.19.RELEASE</spring.version> + <spring.version>4.3.22.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 e20769c..9e8bd1c 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -39,6 +39,9 @@ <action dev="ggregory" type="update" issue="CONFIGURATION-740" due-to="Gary Gregory"> Update Apache Commons VFS from 2.2 to 2.3. </action> + <action dev="ggregory" type="update" issue="CONFIGURATION-741" due-to="Gary Gregory"> + Update Spring from 4.3.19 to 4.3.22. + </action> </release> <release version="2.4" date="2018-10-23" description="Minor release with new features and updated dependencies.">