Skip to content

Commit

Permalink
[Java] Bump Log4j2 to completely remove lookups (#21081)
Browse files Browse the repository at this point in the history
As per the 2.16.0 release of Lo4j2, Lookup support is removed 馃帀 
https://logging.apache.org/log4j/2.x/changes-report.html#a2.16.0
  • Loading branch information
ijrsvt authored and architkulkarni committed Dec 16, 2021
1 parent 5bcc615 commit 2cdbf97
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions java/dependencies.bzl
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.15.0",
"org.apache.logging.log4j:log4j-core:2.15.0",
"org.apache.logging.log4j:log4j-slf4j-impl:2.15.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.slf4j:slf4j-api:1.7.25",
"com.lmax:disruptor:3.3.4",
"org.yaml:snakeyaml:1.26",
Expand Down

0 comments on commit 2cdbf97

Please sign in to comment.