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 2022/01/06 17:12:05 UTC

[karaf] branch main updated: [KARAF-7318] Upgrade to Spring 5.3.14

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 28b32db  [KARAF-7318] Upgrade to Spring 5.3.14
     new 21f479e  Merge pull request #1478 from jbonofre/KARAF-7318
28b32db is described below

commit 28b32db756db8b4ed3083266057e641e45c2d207
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Thu Jan 6 14:31:06 2022 +0100

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

diff --git a/pom.xml b/pom.xml
index 0739c7e..69f44d7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -330,7 +330,7 @@
         <spring31.version>3.1.4.RELEASE</spring31.version>
         <spring43.version>4.3.30.RELEASE_1</spring43.version>
         <spring52.version>5.2.13.RELEASE_1</spring52.version>
-        <spring53.version>5.3.12_1</spring53.version>
+        <spring53.version>5.3.14_1</spring53.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>