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/05/15 05:43:42 UTC

[karaf] branch karaf-4.2.x updated: [KARAF-6282] Upgrade to Spring 5.1.6.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 be61207  [KARAF-6282] Upgrade to Spring 5.1.6.RELEASE
be61207 is described below

commit be612071748edec7c428da13d0a81aaecc80dee7
Author: Jean-Baptiste Onofré <jb...@nanthrax.net>
AuthorDate: Tue May 14 14:09:23 2019 +0200

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

diff --git a/pom.xml b/pom.xml
index 77aa148..ee3095a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -306,7 +306,7 @@
         <spring42.version>4.2.9.RELEASE_1</spring42.version>
         <spring43.version>4.3.22.RELEASE_2</spring43.version>
         <spring50.version>5.0.12.RELEASE_1</spring50.version>
-        <spring51.version>5.1.5.RELEASE_1</spring51.version>
+        <spring51.version>5.1.6.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.5.RELEASE_1</spring.security51.version>