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 826e748 [KARAF-6283] Upgrade to Spring Security 5.1.5.RELEASE
826e748 is described below
commit 826e748337229dc8d2f48a0bf8a000834c65ff5d
Author: Jean-Baptiste Onofré <[email protected]>
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 5ee760d..77aa148 100644
--- a/pom.xml
+++ b/pom.xml
@@ -309,7 +309,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>