mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-28 07:00:43 +00:00
GP-1910: Upgrading commons-compress to 1.21
This commit is contained in:
parent
4adddf061c
commit
5ae69fa530
@ -1,2 +1,2 @@
|
||||
MODULE FILE LICENSE: lib/commons-compress-1.19.jar Apache License 2.0
|
||||
MODULE FILE LICENSE: lib/commons-compress-1.21.jar Apache License 2.0
|
||||
MODULE FILE LICENSE: lib/xz-1.9.jar Public Domain
|
||||
|
@ -30,7 +30,7 @@ dependencies {
|
||||
api project(':Utility')
|
||||
|
||||
testImplementation project(path: ':Generic', configuration: 'testArtifacts')
|
||||
api "org.apache.commons:commons-compress:1.19"
|
||||
api "org.apache.commons:commons-compress:1.21"
|
||||
api "org.tukaani:xz:1.9"
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user