Skip to content

Commit 56ca81c

Browse files
committed
Merge remote-tracking branch 'origin/patch'
2 parents a2720e4 + 74875a5 commit 56ca81c

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

Ghidra/Features/Base/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ dependencies {
5454
runtimeOnly "org.slf4j:slf4j-nop:1.7.25"
5555

5656
// use this if you want slf4j log messages sent to log4j
57-
// runtimeOnly "org.apache.logging.log4j:log4j-slf4j-impl:2.16.0"
57+
// runtimeOnly "org.apache.logging.log4j:log4j-slf4j-impl:2.17.0"
5858

5959
compileOnly "junit:junit:4.12"
6060

Ghidra/Framework/Generic/Module.manifest

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
MODULE FILE LICENSE: lib/cglib-nodep-2.2.jar Apache License 2.0
22
MODULE FILE LICENSE: lib/guava-19.0.jar Apache License 2.0
33
MODULE FILE LICENSE: lib/jdom-legacy-1.1.3.jar JDOM License
4-
MODULE FILE LICENSE: lib/log4j-api-2.16.0.jar Apache License 2.0
5-
MODULE FILE LICENSE: lib/log4j-core-2.16.0.jar Apache License 2.0
4+
MODULE FILE LICENSE: lib/log4j-api-2.17.0.jar Apache License 2.0
5+
MODULE FILE LICENSE: lib/log4j-core-2.17.0.jar Apache License 2.0
66
MODULE FILE LICENSE: lib/commons-collections4-4.1.jar Apache License 2.0
77
MODULE FILE LICENSE: lib/commons-lang3-3.9.jar Apache License 2.0
88
MODULE FILE LICENSE: lib/commons-io-2.6.jar Apache License 2.0

Ghidra/Framework/Generic/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ dependencies {
2929
api "cglib:cglib-nodep:2.2"
3030
api "com.google.guava:guava:19.0"
3131
api "org.jdom:jdom-legacy:1.1.3"
32-
api "org.apache.logging.log4j:log4j-api:2.16.0"
33-
api "org.apache.logging.log4j:log4j-core:2.16.0"
32+
api "org.apache.logging.log4j:log4j-api:2.17.0"
33+
api "org.apache.logging.log4j:log4j-core:2.17.0"
3434
api "org.apache.commons:commons-collections4:4.1"
3535
api "org.apache.commons:commons-lang3:3.9"
3636
api "org.apache.commons:commons-text:1.6"

Ghidra/Framework/Generic/certification.manifest

-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ src/main/resources/log4j-appender-logpanel.xml||GHIDRA||||END|
7171
src/main/resources/log4j-appender-rolling-file-scripts.xml||GHIDRA||||END|
7272
src/main/resources/log4j-appender-rolling-file.xml||GHIDRA||||END|
7373
src/main/resources/log4j-appender-test-console-with-links.xml||GHIDRA||||END|
74-
src/main/resources/log4j2.xml||GHIDRA||||END|
7574
src/test/resources/ddtest/B||GHIDRA||||END|
7675
src/test/resources/ddtest/a||GHIDRA||||END|
7776
src/test/resources/ddtest/c||GHIDRA||||END|

0 commit comments

Comments
 (0)