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/06/30 05:20:44 UTC

[karaf] branch master updated: [KARAF-6332] Upgrade to Spring 5.1.8.RELEASE

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 833dfcc  [KARAF-6332] Upgrade to Spring 5.1.8.RELEASE
     new 8058bbf  Merge pull request #891 from jbonofre/KARAF-6332
833dfcc is described below

commit 833dfcc664a4f190615528d18299558530a03d08
Author: Jean-Baptiste Onofré <jb...@nanthrax.net>
AuthorDate: Fri Jun 28 09:56:08 2019 +0200

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

diff --git a/pom.xml b/pom.xml
index 6f67f20..12df7c4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -304,7 +304,7 @@
         <spring42.version>4.2.9.RELEASE_1</spring42.version>
         <spring43.version>4.3.24.RELEASE_1</spring43.version>
         <spring50.version>5.0.14.RELEASE_1</spring50.version>
-        <spring51.version>5.1.7.RELEASE_1</spring51.version>
+        <spring51.version>5.1.8.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>