You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by bo...@apache.org on 2017/05/07 18:23:15 UTC

commons-compress git commit: update brotli dependency

Repository: commons-compress
Updated Branches:
  refs/heads/master abfdf35fa -> 0eccda844


update brotli dependency


Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/0eccda84
Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/0eccda84
Diff: http://git-wip-us.apache.org/repos/asf/commons-compress/diff/0eccda84

Branch: refs/heads/master
Commit: 0eccda844e59b6d5bdd06e62710bbf09dacc040d
Parents: abfdf35
Author: Stefan Bodewig <bo...@apache.org>
Authored: Sun May 7 20:22:58 2017 +0200
Committer: Stefan Bodewig <bo...@apache.org>
Committed: Sun May 7 20:22:58 2017 +0200

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-compress/blob/0eccda84/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index ab840d2..0eb9533 100644
--- a/pom.xml
+++ b/pom.xml
@@ -70,7 +70,7 @@ jar, tar, zip, dump, 7z, arj.
     <dependency>
       <groupId>org.brotli</groupId>
       <artifactId>dec</artifactId>
-      <version>0.1.1</version>
+      <version>0.1.2</version>
       <optional>true</optional>
     </dependency>
     <dependency>