You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/02/26 11:55:59 UTC

[camel] 01/02: Upgrade Spring to version 5.2.4.RELEASE

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 2a2f1075ab88ed71208945d0934d4a5c111d0ab6
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Feb 26 12:10:16 2020 +0100

    Upgrade Spring to version 5.2.4.RELEASE
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index fcd355f..559d1a2 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -599,7 +599,7 @@
         <spring-ldap-bundle-version>2.3.2.RELEASE_2</spring-ldap-bundle-version>
         <spring-version-range>[5,6)</spring-version-range>
         <spring-version>${spring5-version}</spring-version>
-        <spring5-version>5.2.3.RELEASE</spring5-version>
+        <spring5-version>5.2.4.RELEASE</spring5-version>
         <spring-security-version>5.2.2.RELEASE</spring-security-version>
         <spring-ws-version>3.0.7.RELEASE</spring-ws-version>
         <spring-ws-bundle-version>3.0.7.RELEASE_1</spring-ws-bundle-version>