mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 17:59:46 +02:00
GP-5631: Upgrading some jars
This commit is contained in:
parent
e209136396
commit
bbd6b99605
7 changed files with 25 additions and 23 deletions
|
@ -37,16 +37,17 @@ dependencies {
|
|||
api "org.apache.logging.log4j:log4j-api:2.17.1"
|
||||
api "org.apache.logging.log4j:log4j-core:2.17.1"
|
||||
api "org.apache.commons:commons-collections4:4.1"
|
||||
api "org.apache.commons:commons-compress:1.21"
|
||||
api "org.apache.commons:commons-lang3:3.12.0"
|
||||
api "org.apache.commons:commons-compress:1.27.1" // requires commons-codec
|
||||
api "commons-codec:commons-codec:1.18.0"
|
||||
api "org.apache.commons:commons-lang3:3.17.0"
|
||||
api "org.apache.commons:commons-text:1.10.0"
|
||||
api "commons-io:commons-io:2.11.0"
|
||||
api "commons-io:commons-io:2.19.0"
|
||||
api "com.google.code.gson:gson:2.9.0"
|
||||
api "org.bouncycastle:bcpkix-jdk15on:1.69" // requires bcutil and bcprov
|
||||
api "org.bouncycastle:bcprov-jdk15on:1.69"
|
||||
api "org.bouncycastle:bcutil-jdk15on:1.69"
|
||||
api "org.bouncycastle:bcpkix-jdk18on:1.80" // requires bcutil and bcprov
|
||||
api "org.bouncycastle:bcprov-jdk18on:1.80"
|
||||
api "org.bouncycastle:bcutil-jdk18on:1.80"
|
||||
|
||||
compileOnly "junit:junit:4.12"
|
||||
compileOnly "junit:junit:4.13.2"
|
||||
compileOnly "org.hamcrest:hamcrest:2.2"
|
||||
|
||||
constraints {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue