Skip to content

Commit

Permalink
uplift log4j to 2.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
leomaatEric committed Dec 20, 2021
1 parent 72b1fbd commit e61ccd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies {
compile group: 'org.pcap4j', name: 'pcap4j-packetfactory-static', version:'1.7.7' //1.8.0+ requires java 9
compile group: 'org.apache.commons', name: 'commons-lang3', version:'3.9'
compile group: 'org.slf4j', name: 'slf4j-api', version: '1.7.26'
compile group: 'org.apache.logging.log4j', name: 'log4j-slf4j-impl', version: '2.16.0'
compile group: 'org.apache.logging.log4j', name: 'log4j-slf4j-impl', version: '2.17.0'
compile group: 'org.zeromq', name: 'jeromq', version:'0.5.1'
compile group: 'com.google.code.gson', name: 'gson', version:'2.8.5'
compile group: 'com.google.guava', name: 'guava', version: '27.1-jre'
Expand Down

0 comments on commit e61ccd6

Please sign in to comment.