Skip to content
This repository has been archived by the owner on Feb 19, 2024. It is now read-only.

Commit

Permalink
Bump log4j version to 2.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
diegomrsantos committed Dec 20, 2021
1 parent adb7368 commit 39e59f2
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 @@ -226,9 +226,9 @@ subprojects {
dependency 'io.undertow:undertow-servlet:2.0.32.Final'
dependency 'com.stijndewitt.undertow.cors:undertow-cors-filter:0.4.0'

dependency 'org.apache.logging.log4j:log4j-api:2.16.0'
dependency 'org.apache.logging.log4j:log4j-core:2.16.0'
dependency 'org.apache.logging.log4j:log4j-slf4j-impl:2.16.0'
dependency 'org.apache.logging.log4j:log4j-api:2.17.0'
dependency 'org.apache.logging.log4j:log4j-core:2.17.0'
dependency 'org.apache.logging.log4j:log4j-slf4j-impl:2.17.0'

dependency('org.reflections:reflections:0.9.11') {
exclude 'com.google.guava:guava'
Expand Down

0 comments on commit 39e59f2

Please sign in to comment.