You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bo...@apache.org on 2018/02/06 11:07:55 UTC

[2/4] ant-antlibs-compress git commit: uodate dependencies

uodate dependencies


Project: http://git-wip-us.apache.org/repos/asf/ant-antlibs-compress/repo
Commit: http://git-wip-us.apache.org/repos/asf/ant-antlibs-compress/commit/b6aada79
Tree: http://git-wip-us.apache.org/repos/asf/ant-antlibs-compress/tree/b6aada79
Diff: http://git-wip-us.apache.org/repos/asf/ant-antlibs-compress/diff/b6aada79

Branch: refs/heads/master
Commit: b6aada79db797f38c43fcfaa3410066393fe7699
Parents: 25eb9c5
Author: Stefan Bodewig <bo...@apache.org>
Authored: Tue Feb 6 12:06:42 2018 +0100
Committer: Stefan Bodewig <bo...@apache.org>
Committed: Tue Feb 6 12:06:42 2018 +0100

----------------------------------------------------------------------
 ivy.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ant-antlibs-compress/blob/b6aada79/ivy.xml
----------------------------------------------------------------------
diff --git a/ivy.xml b/ivy.xml
index 6c5e823..88d170d 100644
--- a/ivy.xml
+++ b/ivy.xml
@@ -56,9 +56,9 @@
               e:classifier="ivy"/>
   </publications>
   <dependencies>
-    <dependency org="org.apache.commons" name="commons-compress" rev="1.14" conf="default"/>
-    <dependency org="org.tukaani" name="xz" rev="1.6" conf="default"/>
+    <dependency org="org.apache.commons" name="commons-compress" rev="1.16" conf="default"/>
+    <dependency org="org.tukaani" name="xz" rev="1.8" conf="default"/>
     <dependency org="org.brotli" name="dec" rev="0.1.2" conf="default"/>
-    <dependency org="junit" name="junit" rev="4.11" conf="test->default"/>
+    <dependency org="junit" name="junit" rev="4.12" conf="test->default"/>
   </dependencies>
 </ivy-module>