Skip to content

Commit

Permalink
[Java] Bump log4j 2.16.0 -> 2.17.0 (#21176)
Browse files Browse the repository at this point in the history
  • Loading branch information
architkulkarni committed Dec 21, 2021
1 parent 92ac18c commit ef593fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions java/dependencies.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ def gen_java_deps():
"org.apache.commons:commons-lang3:3.4",
"org.msgpack:msgpack-core:0.8.20",
"org.ow2.asm:asm:6.0",
"org.apache.logging.log4j:log4j-api:2.16.0",
"org.apache.logging.log4j:log4j-core:2.16.0",
"org.apache.logging.log4j:log4j-slf4j-impl:2.16.0",
"org.apache.logging.log4j:log4j-api:2.17.0",
"org.apache.logging.log4j:log4j-core:2.17.0",
"org.apache.logging.log4j:log4j-slf4j-impl:2.17.0",
"org.slf4j:slf4j-api:1.7.25",
"com.lmax:disruptor:3.3.4",
"org.yaml:snakeyaml:1.26",
Expand Down

0 comments on commit ef593fe

Please sign in to comment.