mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 02:39:44 +02:00
GP-4053: Upgraded Guava to 32.1.3
This commit is contained in:
parent
2ac8d4a2ec
commit
ccc1241f61
3 changed files with 7 additions and 7 deletions
|
@ -1,5 +1,5 @@
|
|||
MODULE FILE LICENSE: lib/commons-compress-1.21.jar Apache License 2.0
|
||||
MODULE FILE LICENSE: lib/guava-31.1-jre.jar Apache License 2.0
|
||||
MODULE FILE LICENSE: lib/guava-32.1.3-jre.jar Apache License 2.0
|
||||
MODULE FILE LICENSE: lib/failureaccess-1.0.1.jar Apache License 2.0
|
||||
MODULE FILE LICENSE: lib/jdom-legacy-1.1.3.jar JDOM License
|
||||
MODULE FILE LICENSE: lib/log4j-api-2.17.1.jar Apache License 2.0
|
||||
|
|
|
@ -26,8 +26,8 @@ eclipse.project.name = 'Framework Generic'
|
|||
|
||||
dependencies {
|
||||
api project(':Utility')
|
||||
api "com.google.guava:guava:31.1-jre"
|
||||
api 'com.google.guava:failureaccess:1.0.1'
|
||||
api "com.google.guava:guava:32.1.3-jre"
|
||||
api "com.google.guava:failureaccess:1.0.1"
|
||||
api "org.jdom:jdom-legacy:1.1.3"
|
||||
api "org.apache.logging.log4j:log4j-api:2.17.1"
|
||||
api "org.apache.logging.log4j:log4j-core:2.17.1"
|
||||
|
@ -37,9 +37,9 @@ dependencies {
|
|||
api "org.apache.commons:commons-text:1.10.0"
|
||||
api "commons-io:commons-io:2.11.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-jdk15on:1.69" // requires bcutil and bcprov
|
||||
api "org.bouncycastle:bcprov-jdk15on:1.69"
|
||||
api "org.bouncycastle:bcutil-jdk15on:1.69"
|
||||
|
||||
|
||||
compileOnly "junit:junit:4.12"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue