Update commons-compress to 1.12

We haven't updated commons-compress for a while.  Update now to make
later upgrades easier in case we need a feature or security fix.

Change-Id: If6796f2b52bbd719d1221f56edbe37639e65a802
This commit is contained in:
Jonathan Nieder 2016-10-17 16:50:16 -07:00
parent a6d76a70fd
commit 4b657d5c39
2 changed files with 4 additions and 4 deletions

View File

@ -309,8 +309,8 @@ maven_jar(
maven_jar( maven_jar(
name = 'commons_compress', name = 'commons_compress',
artifact = 'org.apache.commons:commons-compress:1.7', artifact = 'org.apache.commons:commons-compress:1.12',
sha1 = 'ab365c96ee9bc88adcc6fa40d185c8e15a31410d', sha1 = '84caa68576e345eb5e7ae61a0e5a9229eb100d7b',
) )
maven_jar( maven_jar(

View File

@ -19,8 +19,8 @@ maven_jar(
maven_jar( maven_jar(
name = 'compress', name = 'compress',
id = 'org.apache.commons:commons-compress:1.7', id = 'org.apache.commons:commons-compress:1.12',
sha1 = 'ab365c96ee9bc88adcc6fa40d185c8e15a31410d', sha1 = '84caa68576e345eb5e7ae61a0e5a9229eb100d7b',
license = 'Apache2.0', license = 'Apache2.0',
exclude = ['META-INF/LICENSE.txt', 'META-INF/NOTICE.txt'], exclude = ['META-INF/LICENSE.txt', 'META-INF/NOTICE.txt'],
) )