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 2018/05/24 14:42:57 UTC

[2/4] syncope git commit: Upgrading Batik and maven-dependency-plugin

Upgrading Batik and maven-dependency-plugin


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/8f2efa53
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/8f2efa53
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/8f2efa53

Branch: refs/heads/master
Commit: 8f2efa53dcfc66b97111a32bbc4aa835384a1c5e
Parents: ba2f7fb
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Thu May 24 15:54:32 2018 +0200
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Thu May 24 15:54:44 2018 +0200

----------------------------------------------------------------------
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/8f2efa53/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 408d9a8..20ea115 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1083,7 +1083,7 @@ under the License.
       <dependency>
         <groupId>org.apache.xmlgraphics</groupId>
         <artifactId>batik-i18n</artifactId>
-        <version>1.9.1</version>
+        <version>1.10</version>
       </dependency>
       <dependency>
         <groupId>org.apache.xmlgraphics</groupId>
@@ -1739,7 +1739,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-dependency-plugin</artifactId>
-          <version>3.1.0</version>
+          <version>3.1.1</version>
           <configuration>
             <outputDirectory>${bundles.directory}</outputDirectory>
             <useBaseVersion>true</useBaseVersion>