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:
parent
a6d76a70fd
commit
4b657d5c39
@ -309,8 +309,8 @@ maven_jar(
|
||||
|
||||
maven_jar(
|
||||
name = 'commons_compress',
|
||||
artifact = 'org.apache.commons:commons-compress:1.7',
|
||||
sha1 = 'ab365c96ee9bc88adcc6fa40d185c8e15a31410d',
|
||||
artifact = 'org.apache.commons:commons-compress:1.12',
|
||||
sha1 = '84caa68576e345eb5e7ae61a0e5a9229eb100d7b',
|
||||
)
|
||||
|
||||
maven_jar(
|
||||
|
@ -19,8 +19,8 @@ maven_jar(
|
||||
|
||||
maven_jar(
|
||||
name = 'compress',
|
||||
id = 'org.apache.commons:commons-compress:1.7',
|
||||
sha1 = 'ab365c96ee9bc88adcc6fa40d185c8e15a31410d',
|
||||
id = 'org.apache.commons:commons-compress:1.12',
|
||||
sha1 = '84caa68576e345eb5e7ae61a0e5a9229eb100d7b',
|
||||
license = 'Apache2.0',
|
||||
exclude = ['META-INF/LICENSE.txt', 'META-INF/NOTICE.txt'],
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user