File tree 4 files changed +5
-6
lines changed
4 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ dependencies {
54
54
runtimeOnly " org.slf4j:slf4j-nop:1.7.25"
55
55
56
56
// 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"
58
58
59
59
compileOnly " junit:junit:4.12"
60
60
Original file line number Diff line number Diff line change 1
1
MODULE FILE LICENSE: lib/cglib-nodep-2.2.jar Apache License 2.0
2
2
MODULE FILE LICENSE: lib/guava-19.0.jar Apache License 2.0
3
3
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
6
6
MODULE FILE LICENSE: lib/commons-collections4-4.1.jar Apache License 2.0
7
7
MODULE FILE LICENSE: lib/commons-lang3-3.9.jar Apache License 2.0
8
8
MODULE FILE LICENSE: lib/commons-io-2.6.jar Apache License 2.0
Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ dependencies {
29
29
api " cglib:cglib-nodep:2.2"
30
30
api " com.google.guava:guava:19.0"
31
31
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"
34
34
api " org.apache.commons:commons-collections4:4.1"
35
35
api " org.apache.commons:commons-lang3:3.9"
36
36
api " org.apache.commons:commons-text:1.6"
Original file line number Diff line number Diff line change @@ -71,7 +71,6 @@ src/main/resources/log4j-appender-logpanel.xml||GHIDRA||||END|
71
71
src/main/resources/log4j-appender-rolling-file-scripts.xml||GHIDRA||||END|
72
72
src/main/resources/log4j-appender-rolling-file.xml||GHIDRA||||END|
73
73
src/main/resources/log4j-appender-test-console-with-links.xml||GHIDRA||||END|
74
- src/main/resources/log4j2.xml||GHIDRA||||END|
75
74
src/test/resources/ddtest/B||GHIDRA||||END|
76
75
src/test/resources/ddtest/a||GHIDRA||||END|
77
76
src/test/resources/ddtest/c||GHIDRA||||END|
You can’t perform that action at this time.
0 commit comments