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 2019/05/15 13:32:21 UTC

[camel] 02/02: Upgrade Spring to version 5.1.7.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 f452afcb2b9ac5d49032bb21c34f8889e1c91306
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed May 15 14:56:42 2019 +0200

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 1460563..d70971d 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -641,7 +641,7 @@
         <spring-ldap-bundle-version>2.3.2.RELEASE_1</spring-ldap-bundle-version>
         <spring-version-range>[5,6)</spring-version-range>
         <spring-version>${spring5-version}</spring-version>
-        <spring5-version>5.1.6.RELEASE</spring5-version>
+        <spring5-version>5.1.7.RELEASE</spring5-version>
         <spring-security-version>5.1.4.RELEASE</spring-security-version>
         <spring-security-bundle-version>5.1.3.RELEASE_1</spring-security-bundle-version>
         <spring-ws-version>3.0.6.RELEASE</spring-ws-version>