mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-06 03:50:02 +02:00
GP-1910: Upgrading commons-compress to 1.21
This commit is contained in:
parent
4adddf061c
commit
5ae69fa530
2 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue