mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-29 07:28:54 +08:00
GP-1910: Upgrading commons-compress to 1.21
This commit is contained in:
@@ -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
|
MODULE FILE LICENSE: lib/xz-1.9.jar Public Domain
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ dependencies {
|
|||||||
api project(':Utility')
|
api project(':Utility')
|
||||||
|
|
||||||
testImplementation project(path: ':Generic', configuration: 'testArtifacts')
|
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"
|
api "org.tukaani:xz:1.9"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user