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

ilgrosso pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/syncope.git


The following commit(s) were added to refs/heads/master by this push:
     new ac207b0  Upgrading spring-security and batik
ac207b0 is described below

commit ac207b051667fbf3bbeb2c66e22e8e696f2f73b5
Author: Francesco Chicchiriccò <ilgro...@apache.org>
AuthorDate: Thu Feb 14 16:04:43 2019 +0100

    Upgrading spring-security and batik
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 039e819..38e7948 100644
--- a/pom.xml
+++ b/pom.xml
@@ -394,7 +394,7 @@ under the License.
     <jackson.version>2.9.8</jackson.version>
 
     <spring.version>5.1.5.RELEASE</spring.version>
-    <spring-security.version>5.1.3.RELEASE</spring-security.version>
+    <spring-security.version>5.1.4.RELEASE</spring-security.version>
     <spring-boot.version>2.1.2.RELEASE</spring-boot.version>
 
     <openjpa.version>3.0.1-SNAPSHOT</openjpa.version>
@@ -1324,12 +1324,12 @@ under the License.
       <dependency>
         <groupId>org.apache.xmlgraphics</groupId>
         <artifactId>batik-i18n</artifactId>
-        <version>1.10</version>
+        <version>1.11</version>
       </dependency>
       <dependency>
         <groupId>org.apache.xmlgraphics</groupId>
         <artifactId>batik-constants</artifactId>
-        <version>1.10</version>
+        <version>1.11</version>
       </dependency>
 
       <!-- Flowable -->

Reply via email to