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:39:49 UTC

[karaf] branch master updated: [KARAF-6283] Upgrade to Spring Security 5.1.5.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 4fcfdcd  [KARAF-6283] Upgrade to Spring Security 5.1.5.RELEASE
     new 09f8829  Merge pull request #838 from jbonofre/KARAF-6283
4fcfdcd is described below

commit 4fcfdcdd87c3fc37f18df0f70d5c4e42cda871ea
Author: Jean-Baptiste Onofré <jb...@nanthrax.net>
AuthorDate: Tue May 14 14:01:45 2019 +0200

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

diff --git a/pom.xml b/pom.xml
index d9cd20c..12e0418 100644
--- a/pom.xml
+++ b/pom.xml
@@ -310,7 +310,7 @@
         <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>
+        <spring.security51.version>5.1.5.RELEASE_1</spring.security51.version>
 
         <sshd.version>1.7.0</sshd.version>
         <derby-version>10.12.1.1</derby-version>