Skip to content

Commit

Permalink
update log4j to 2.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonia Engfors committed Jan 7, 2022
1 parent 28f50fa commit ad0f18c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Expand Up @@ -129,9 +129,9 @@ dependencies {
}

// Fix Log4Shell
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 'org.apache.logging.log4j:log4j-api:2.17.1'
compile 'org.apache.logging.log4j:log4j-core:2.17.1'
compile 'org.apache.logging.log4j:log4j-to-slf4j:2.17.1'
compile 'ch.qos.logback:logback-classic:1.2.8'
compile 'ch.qos.logback:logback-core:1.2.8'

Expand Down

0 comments on commit ad0f18c

Please sign in to comment.