[CONFIGURATION-759] Update Spring from 4.3.24.RELEASE to 4.3.25.RELEASE.

* Update org.springframework:spring-beans from 4.3.24.RELEASE to
4.3.25.RELEASE.
* Update org.springframework:spring-context from 4.3.24.RELEASE to
4.3.25.RELEASE.
* Update org.springframework:spring-core from 4.3.24.RELEASE to
4.3.25.RELEASE.
* Update org.springframework:spring-test from 4.3.24.RELEASE to
4.3.25.RELEASE.
diff --git a/pom.xml b/pom.xml
index bcc760c..4cf3d26 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.24.RELEASE</spring.version>

+    <spring.version>4.3.25.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 2dbe5dc..149f142 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -69,6 +69,9 @@
       <action dev="ggregory" type="update" due-to="Gary Gregory">

         Update tests from com.sun.mail:mailapi 1.6.3 to 1.6.4.

       </action>

+      <action dev="ggregory" type="update" issue="CONFIGURATION-759" due-to="Gary Gregory">

+        Update Spring from 4.3.24.RELEASE to 4.3.25.RELEASE.

+      </action>

     </release>

     <release version="2.5" date="2019-05-23"

              description="Minor release with new features and updated dependencies.">