You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2019/03/12 10:05:46 UTC

[karaf] branch karaf-4.2.x updated: [KARAF-6190] Upgrade to Spring 5.1.5.RELEASE

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

jbonofre pushed a commit to branch karaf-4.2.x
in repository https://gitbox.apache.org/repos/asf/karaf.git


The following commit(s) were added to refs/heads/karaf-4.2.x by this push:
     new 81bb233  [KARAF-6190] Upgrade to Spring 5.1.5.RELEASE
81bb233 is described below

commit 81bb2335c976aaded0ee1268325a681b116c4226
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Tue Mar 12 09:04:09 2019 +0100

    [KARAF-6190] Upgrade to Spring 5.1.5.RELEASE
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f9e3431..7774289 100644
--- a/pom.xml
+++ b/pom.xml
@@ -304,7 +304,7 @@
         <spring42.version>4.2.9.RELEASE_1</spring42.version>
         <spring43.version>4.3.21.RELEASE_1</spring43.version>
         <spring50.version>5.0.12.RELEASE_1</spring50.version>
-        <spring51.version>5.1.4.RELEASE_1</spring51.version>
+        <spring51.version>5.1.5.RELEASE_1</spring51.version>
         <spring.security31.version>3.1.4.RELEASE</spring.security31.version>
         <spring.security42.version>4.2.4.RELEASE_1</spring.security42.version>
         <spring.security51.version>5.1.3.RELEASE_1</spring.security51.version>