Skip to content

Commit

Permalink
log4j 2.18.0 (#1271)
Browse files Browse the repository at this point in the history
  • Loading branch information
sullis authored Jul 9, 2022
1 parent eba5329 commit c69a7d9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions zuul-sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ dependencies {
implementation 'commons-configuration:commons-configuration:1.10'
annotationProcessor project(":zuul-processor")

runtimeOnly 'org.apache.logging.log4j:log4j-core:2.17.2'
runtimeOnly 'org.apache.logging.log4j:log4j-slf4j-impl:2.17.2'
runtimeOnly 'org.apache.logging.log4j:log4j-core:2.18.0'
runtimeOnly 'org.apache.logging.log4j:log4j-slf4j-impl:2.18.0'

}

Expand Down
12 changes: 6 additions & 6 deletions zuul-sample/dependencies.lock
Original file line number Diff line number Diff line change
Expand Up @@ -660,10 +660,10 @@
"locked": "1"
},
"org.apache.logging.log4j:log4j-core": {
"locked": "2.17.2"
"locked": "2.18.0"
},
"org.apache.logging.log4j:log4j-slf4j-impl": {
"locked": "2.17.2"
"locked": "2.18.0"
},
"org.bouncycastle:bcpkix-jdk15on": {
"firstLevelTransitive": [
Expand Down Expand Up @@ -891,10 +891,10 @@
"locked": "1"
},
"org.apache.logging.log4j:log4j-core": {
"locked": "2.17.2"
"locked": "2.18.0"
},
"org.apache.logging.log4j:log4j-slf4j-impl": {
"locked": "2.17.2"
"locked": "2.18.0"
},
"org.bouncycastle:bcpkix-jdk15on": {
"firstLevelTransitive": [
Expand Down Expand Up @@ -1244,10 +1244,10 @@
"locked": "1"
},
"org.apache.logging.log4j:log4j-core": {
"locked": "2.17.2"
"locked": "2.18.0"
},
"org.apache.logging.log4j:log4j-slf4j-impl": {
"locked": "2.17.2"
"locked": "2.18.0"
},
"org.bouncycastle:bcpkix-jdk15on": {
"firstLevelTransitive": [
Expand Down

0 comments on commit c69a7d9

Please sign in to comment.