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:51:30 UTC

[karaf] branch master updated: [KARAF-6280] Upgrade to Spring 4.3.23.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 2865e9c  [KARAF-6280] Upgrade to Spring 4.3.23.RELEASE
     new 9ed284f  Merge pull request #841 from jbonofre/KARAF-6280
2865e9c is described below

commit 2865e9c991912cb55bfc2e7f36f2d30586fe2948
Author: Jean-Baptiste Onofré <jb...@nanthrax.net>
AuthorDate: Tue May 14 14:13:00 2019 +0200

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

diff --git a/pom.xml b/pom.xml
index f3021c4..7cf1b60 100644
--- a/pom.xml
+++ b/pom.xml
@@ -305,7 +305,7 @@
         <spring40.version>4.0.9.RELEASE_1</spring40.version>
         <spring41.version>4.1.9.RELEASE_1</spring41.version>
         <spring42.version>4.2.9.RELEASE_1</spring42.version>
-        <spring43.version>4.3.22.RELEASE_2</spring43.version>
+        <spring43.version>4.3.23.RELEASE_2</spring43.version>
         <spring50.version>5.0.13.RELEASE_1</spring50.version>
         <spring51.version>5.1.6.RELEASE_1</spring51.version>
         <spring.security31.version>3.1.4.RELEASE</spring.security31.version>