Skip to content

Commit ffe84fc

Browse files
Update all dependencies
1 parent 7894cac commit ffe84fc

File tree

27 files changed

+77
-77
lines changed

27 files changed

+77
-77
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM eclipse-temurin:23 AS build
1+
FROM eclipse-temurin:25 AS build
22
COPY . /home/gradle/src
33
USER root
44
WORKDIR /home/gradle/src

Ghidra/Debug/Debugger-agent-dbgeng/src/main/py/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ classifiers = [
1717
"Operating System :: OS Independent",
1818
]
1919
dependencies = [
20-
"ghidratrace==11.5",
20+
"ghidratrace==12.0",
2121
"pybag>=2.2.12"
2222
]
2323

Ghidra/Debug/Debugger-agent-drgn/src/main/py/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ classifiers = [
1717
"Operating System :: OS Independent",
1818
]
1919
dependencies = [
20-
"ghidratrace==11.5",
20+
"ghidratrace==12.0",
2121
]
2222

2323
[project.urls]

Ghidra/Debug/Debugger-agent-gdb/src/main/py/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ classifiers = [
1717
"Operating System :: OS Independent",
1818
]
1919
dependencies = [
20-
"ghidratrace==11.5",
20+
"ghidratrace==12.0",
2121
]
2222

2323
[project.urls]

Ghidra/Debug/Debugger-agent-lldb/src/main/py/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ classifiers = [
1717
"Operating System :: OS Independent",
1818
]
1919
dependencies = [
20-
"ghidratrace==11.5",
20+
"ghidratrace==12.0",
2121
]
2222

2323
[project.urls]

Ghidra/Extensions/MachineLearning/build.gradle

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@ def protobufVersion = getProperty("ghidra.protobuf.java.version")
2626
dependencies {
2727
api project(':Base')
2828

29-
api "com.oracle.labs.olcut:olcut-config-protobuf:5.2.0" //{exclude group: "com.google.protobuf", module: "protobuf-java"}
30-
api ("com.oracle.labs.olcut:olcut-core:5.2.0") {exclude group: "org.jline"}
31-
api "org.tribuo:tribuo-classification-core:4.2.0"
32-
api "org.tribuo:tribuo-classification-tree:4.2.0"
33-
api "org.tribuo:tribuo-common-tree:4.2.0"
34-
api 'org.tribuo:tribuo-core:4.2.0'
35-
api ("org.tribuo:tribuo-data:4.2.0") {exclude group: "com.opencsv"}
36-
api "org.tribuo:tribuo-math:4.2.0"
37-
api ("org.tribuo:tribuo-util-onnx:4.2.0") //{exclude group: "com.google.protobuf", module: "protobuf-java"}
29+
api "com.oracle.labs.olcut:olcut-config-protobuf:5.3.1" //{exclude group: "com.google.protobuf", module: "protobuf-java"}
30+
api ("com.oracle.labs.olcut:olcut-core:5.3.1") {exclude group: "org.jline"}
31+
api "org.tribuo:tribuo-classification-core:4.3.2"
32+
api "org.tribuo:tribuo-classification-tree:4.3.2"
33+
api "org.tribuo:tribuo-common-tree:4.3.2"
34+
api 'org.tribuo:tribuo-core:4.3.2'
35+
api ("org.tribuo:tribuo-data:4.3.2") {exclude group: "com.opencsv"}
36+
api "org.tribuo:tribuo-math:4.3.2"
37+
api ("org.tribuo:tribuo-util-onnx:4.3.2") //{exclude group: "com.google.protobuf", module: "protobuf-java"}
3838

3939
testImplementation project(path: ':SoftwareModeling', configuration: 'testArtifacts')
4040
testImplementation "com.google.protobuf:protobuf-java:${protobufVersion}"

Ghidra/Features/BSim/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ dependencies {
3232
api project(":Decompiler")
3333
api project(":CodeCompare")
3434

35-
api "org.postgresql:postgresql:42.7.6"
36-
api "org.apache.commons:commons-dbcp2:2.9.0"
37-
api "org.apache.commons:commons-pool2:2.11.1"
38-
api "commons-logging:commons-logging:1.2"
39-
api "com.h2database:h2:2.2.220"
35+
api "org.postgresql:postgresql:42.7.9"
36+
api "org.apache.commons:commons-dbcp2:2.14.0"
37+
api "org.apache.commons:commons-pool2:2.13.1"
38+
api "commons-logging:commons-logging:1.3.5"
39+
api "com.h2database:h2:2.4.240"
4040
}
4141

4242
// Copy postgresql source distro, lshvector plugin source, and make-postgres.sh

Ghidra/Features/Base/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@ dependencies {
4343

4444
api 'org.apache.felix:org.apache.felix.framework:7.0.5'
4545
api 'com.github.rotty3000:phidias:0.3.7'
46-
api 'biz.aQute.bnd:biz.aQute.bnd.util:7.0.0'
47-
api ('biz.aQute.bnd:biz.aQute.bndlib:7.0.0') {exclude group: 'org.osgi'}
46+
api 'biz.aQute.bnd:biz.aQute.bnd.util:7.2.1'
47+
api ('biz.aQute.bnd:biz.aQute.bndlib:7.2.1') {exclude group: 'org.osgi'}
4848
api ('org.osgi:org.osgi.util.promise:1.3.0') {exclude group: 'org.osgi'}
49-
api 'org.slf4j:slf4j-api:1.7.25'
49+
api 'org.slf4j:slf4j-api:2.0.17'
5050

51-
runtimeOnly "org.slf4j:slf4j-nop:1.7.25"
51+
runtimeOnly "org.slf4j:slf4j-nop:2.0.17"
5252

5353
// use this if you want slf4j log messages sent to log4j
5454
// runtimeOnly "org.apache.logging.log4j:log4j-slf4j-impl:2.17.1"
@@ -62,7 +62,7 @@ dependencies {
6262
testImplementation project(path: ':SoftwareModeling', configuration: 'testArtifacts')
6363
testImplementation project(path: ':DB', configuration: 'testArtifacts')
6464

65-
javacc 'net.java.dev.javacc:javacc:5.0'
65+
javacc 'net.java.dev.javacc:javacc:7.0.13'
6666
}
6767

6868

Ghidra/Features/FileFormats/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ dependencies {
3232

3333
// Used by "Android DEX to JAR" file system
3434
// dex2jar depends on asm-9.7.1, which is declared in Framework/Emulation
35-
api 'de.femtopedia.dex2jar:dex-ir:2.4.24'
36-
api 'de.femtopedia.dex2jar:dex-reader:2.4.24'
37-
api 'de.femtopedia.dex2jar:dex-reader-api:2.4.24'
38-
api 'de.femtopedia.dex2jar:dex-translator:2.4.24'
35+
api 'de.femtopedia.dex2jar:dex-ir:2.4.34'
36+
api 'de.femtopedia.dex2jar:dex-reader:2.4.34'
37+
api 'de.femtopedia.dex2jar:dex-reader-api:2.4.34'
38+
api 'de.femtopedia.dex2jar:dex-translator:2.4.34'
3939

4040
// Used by "Android DEX to SMALI" file system
4141
api 'org.smali:baksmali:2.5.2' // requires guava-27.1-android or later

Ghidra/Features/GraphServices/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ dependencies {
3030
api ("com.github.tomnelson:jungrapht-visualization:1.4") { exclude group: "org.slf4j", module: "slf4j-api" }
3131
api ("com.github.tomnelson:jungrapht-layout:1.4") { exclude group: "org.slf4j", module: "slf4j-api" }
3232

33-
api "org.jgrapht:jgrapht-core:1.5.1"
33+
api "org.jgrapht:jgrapht-core:1.5.2"
3434

3535
// not using jgrapht-io code that depends on antlr, so exclude antlr
36-
api ("org.jgrapht:jgrapht-io:1.5.1") { exclude group: "org.antlr", module: "antlr4-runtime" }
36+
api ("org.jgrapht:jgrapht-io:1.5.2") { exclude group: "org.antlr", module: "antlr4-runtime" }
3737

38-
runtimeOnly "org.jheaps:jheaps:0.13"
38+
runtimeOnly "org.jheaps:jheaps:0.14"
3939
}
4040

0 commit comments

Comments
 (0)