You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2019/02/14 14:13:57 UTC

[syncope] branch 2_0_X updated: Upgrading commons-codec and batik

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 c975bb9  Upgrading commons-codec and batik
c975bb9 is described below

commit c975bb93cb8aefc63d2496d0b08db2f9f7834ea4
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Thu Feb 14 15:07:41 2019 +0100

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

diff --git a/pom.xml b/pom.xml
index 3b6f1b6..2511253 100644
--- a/pom.xml
+++ b/pom.xml
@@ -426,7 +426,7 @@ under the License.
 
     <commons-io.version>2.6</commons-io.version>
     <commons-email.version>1.5</commons-email.version>
-    <commons-codec.version>1.11</commons-codec.version>
+    <commons-codec.version>1.12</commons-codec.version>
     <commons-jexl.version>3.1</commons-jexl.version>
     <commons-lang.version>3.8.1</commons-lang.version>
     <commons-text.version>1.3</commons-text.version>
@@ -1267,12 +1267,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>
 
       <!-- Activiti -->