You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2018/04/09 07:11:38 UTC

[camel] 02/02: CAMEL-12423: Upgrade spring 4.x and 5.x too

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

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

commit 8d738fcdb12d1defa27fa52a5a103243c6880019
Author: David J. M. Karlsen <da...@davidkarlsen.com>
AuthorDate: Sat Apr 7 14:39:37 2018 +0200

    CAMEL-12423: Upgrade spring 4.x and 5.x too
---
 parent/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 148243a..d35d4d8 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -649,8 +649,8 @@
     <!-- karaf 4.1.x supports spring 4.x and karaf 4.2.x supports spring 5 -->
     <spring-version-range>[4.3,6)</spring-version-range>
     <spring-version>${spring5-version}</spring-version>
-    <spring4-version>4.3.14.RELEASE</spring4-version>
-    <spring5-version>5.0.4.RELEASE</spring5-version>
+    <spring4-version>4.3.15.RELEASE</spring4-version>
+    <spring5-version>5.0.5.RELEASE</spring5-version>
     <spring-osgi-version>1.2.1</spring-osgi-version>
     <spring-security-version>5.0.3.RELEASE</spring-security-version>
     <spring-security-bundle-version>4.2.4.RELEASE_1</spring-security-bundle-version>

-- 
To stop receiving notification emails like this one, please contact
davsclaus@apache.org.