This is an automated email from the ASF dual-hosted git repository. ilgrosso pushed a commit to branch 2_1_X in repository https://gitbox.apache.org/repos/asf/syncope.git
The following commit(s) were added to refs/heads/2_1_X by this push: new fb1a23a Upgrading spring-security and batik fb1a23a is described below commit fb1a23ae87528746fd765106c7a08f7c095a4a33 Author: Francesco Chicchiriccò <ilgro...@apache.org> AuthorDate: Thu Feb 14 15:10:37 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 5cdbb5a..5981d91 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> <openjpa.version>3.0.0</openjpa.version> <hikaricp.version>3.3.1</hikaricp.version> @@ -1208,12 +1208,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 -->