Skip to content

Commit

Permalink
Fix Log4Shell 2.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dularion authored Dec 23, 2021
1 parent 273fc33 commit 3a68d7f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,9 @@ dependencies {
}

// Fix Log4Shell
compile 'org.apache.logging.log4j:log4j-api:2.16.0'
compile 'org.apache.logging.log4j:log4j-core:2.16.0'
compile 'org.apache.logging.log4j:log4j-to-slf4j:2.16.0'
compile 'org.apache.logging.log4j:log4j-api:2.17.0'
compile 'org.apache.logging.log4j:log4j-core:2.17.0'
compile 'org.apache.logging.log4j:log4j-to-slf4j:2.17.0'
compile 'ch.qos.logback:logback-classic:1.2.8'
compile 'ch.qos.logback:logback-core:1.2.8'

Expand Down

0 comments on commit 3a68d7f

Please sign in to comment.