mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-02-05 19:15:12 +08:00
GP-6243: Upgrading some jars
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
##MODULE IP: Oxygen Icons - LGPL 3.0
|
||||
MODULE FILE LICENSE: postgresql-15.13.tar.gz Postgresql License
|
||||
MODULE FILE LICENSE: lib/postgresql-42.7.6.jar PostgresqlJDBC License
|
||||
MODULE FILE LICENSE: lib/postgresql-42.7.9.jar PostgresqlJDBC License
|
||||
MODULE FILE LICENSE: lib/commons-dbcp2-2.9.0.jar Apache License 2.0
|
||||
MODULE FILE LICENSE: lib/commons-pool2-2.11.1.jar Apache License 2.0
|
||||
MODULE FILE LICENSE: lib/commons-logging-1.2.jar Apache License 2.0
|
||||
|
||||
@@ -32,7 +32,7 @@ dependencies {
|
||||
api project(":Decompiler")
|
||||
api project(":CodeCompare")
|
||||
|
||||
api "org.postgresql:postgresql:42.7.6"
|
||||
api "org.postgresql:postgresql:42.7.9"
|
||||
api "org.apache.commons:commons-dbcp2:2.9.0"
|
||||
api "org.apache.commons:commons-pool2:2.11.1"
|
||||
api "commons-logging:commons-logging:1.2"
|
||||
|
||||
@@ -3,10 +3,10 @@ MODULE FILE LICENSE: lib/commons-codec-1.18.0.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
|
||||
MODULE FILE LICENSE: lib/log4j-core-2.17.1.jar Apache License 2.0
|
||||
MODULE FILE LICENSE: lib/log4j-api-2.25.3.jar Apache License 2.0
|
||||
MODULE FILE LICENSE: lib/log4j-core-2.25.3.jar Apache License 2.0
|
||||
MODULE FILE LICENSE: lib/commons-collections4-4.1.jar Apache License 2.0
|
||||
MODULE FILE LICENSE: lib/commons-lang3-3.17.0.jar Apache License 2.0
|
||||
MODULE FILE LICENSE: lib/commons-lang3-3.20.0.jar Apache License 2.0
|
||||
MODULE FILE LICENSE: lib/commons-io-2.19.0.jar Apache License 2.0
|
||||
MODULE FILE LICENSE: lib/commons-text-1.10.0.jar Apache License 2.0
|
||||
MODULE FILE LICENSE: lib/gson-2.9.0.jar Apache License 2.0
|
||||
|
||||
@@ -34,12 +34,12 @@ dependencies {
|
||||
}
|
||||
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"
|
||||
api "org.apache.logging.log4j:log4j-api:2.25.3"
|
||||
api "org.apache.logging.log4j:log4j-core:2.25.3"
|
||||
api "org.apache.commons:commons-collections4:4.1"
|
||||
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-lang3:3.20.0"
|
||||
api "org.apache.commons:commons-text:1.10.0"
|
||||
api "commons-io:commons-io:2.19.0"
|
||||
api "com.google.code.gson:gson:2.9.0"
|
||||
|
||||
Reference in New Issue
Block a user