This is an automated email from the ASF dual-hosted git repository.
ilgrosso pushed a commit to branch 2_0_X
in repository https://gitbox.apache.org/repos/asf/syncope.git
The following commit(s) were added to refs/heads/2_0_X by this push:
new a2d88fa Upgrading spring-security
a2d88fa is described below
commit a2d88fae093ddbf4a4e8330acc4a8675d54176fe
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Thu Jun 20 14:48:07 2019 +0200
Upgrading spring-security
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 99f1d63..7ca3474 100644
--- a/pom.xml
+++ b/pom.xml
@@ -394,7 +394,7 @@ under the License.
<jackson.version>2.9.9</jackson.version>
<spring.version>4.3.24.RELEASE</spring.version>
- <spring-security.version>4.2.11.RELEASE</spring-security.version>
+ <spring-security.version>4.2.13.RELEASE</spring-security.version>
<openjpa.version>2.4.3</openjpa.version>
<hikaricp.version>2.4.13</hikaricp.version>