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.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
diegomrsantos committed Dec 10, 2021
1 parent bd3a9e9 commit 0ef6339
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.13.1'
dependency 'org.apache.logging.log4j:log4j-core:2.13.1'
dependency 'org.apache.logging.log4j:log4j-slf4j-impl:2.13.3'
dependency 'org.apache.logging.log4j:log4j-api:2.15.0'
dependency 'org.apache.logging.log4j:log4j-core:2.15.0'
dependency 'org.apache.logging.log4j:log4j-slf4j-impl:2.15.0'

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

0 comments on commit 0ef6339

Please sign in to comment.