Skip to content

Commit 986795e

Browse files
shamrockericEmil-Gustafsson
authored andcommitted
Uplift slf4j-api to 2.0.16, replace log4j-slf4j-impl with log4j-slf4j2-impl
1 parent 01781ef commit 986795e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ googleJavaFormat {
3737
dependencies {
3838
compile group: 'org.pcap4j', name: 'pcap4j-packetfactory-static', version:'1.7.7' //1.8.0+ requires java 9
3939
compile group: 'org.apache.commons', name: 'commons-lang3', version:'3.9'
40-
compile group: 'org.slf4j', name: 'slf4j-api', version: '1.7.26'
41-
compile group: 'org.apache.logging.log4j', name: 'log4j-slf4j-impl', version: '2.17.0'
40+
compile group: 'org.slf4j', name: 'slf4j-api', version: '2.0.16'
41+
compile group: 'org.apache.logging.log4j', name: 'log4j-slf4j2-impl', version: '2.24.3'
4242
compile group: 'org.zeromq', name: 'jeromq', version:'0.5.1'
4343
compile group: 'com.google.code.gson', name: 'gson', version:'2.8.5'
4444
compile group: 'com.google.guava', name: 'guava', version: '27.1-jre'

0 commit comments

Comments
 (0)