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/12/24 13:30:14 UTC

[camel] branch master updated: Upgrade spring

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 909b560  Upgrade spring
909b560 is described below

commit 909b5608647b61ba25aadbef2c84c137f5320d80
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Dec 24 14:29:14 2018 +0100

    Upgrade spring
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 088dc46..68a5320 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -657,7 +657,7 @@
     <!-- 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>
-    <spring5-version>5.1.2.RELEASE</spring5-version>
+    <spring5-version>5.1.3.RELEASE</spring5-version>
     <spring-osgi-version>1.2.1</spring-osgi-version>
     <spring-security-version>5.0.8.RELEASE</spring-security-version>
     <spring-security-bundle-version>5.0.4.RELEASE_1</spring-security-bundle-version>