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 authored Dec 20, 2021
1 parent 8d9e0fc commit 774163f
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 @@ -18,9 +18,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 774163f

Please sign in to comment.