Skip to content

Commit ef593fe

Browse files
[Java] Bump log4j 2.16.0 -> 2.17.0 (#21176)
Resolves [CVE-2021-45105](GHSA-p6xc-xr62-6r2g).
1 parent 92ac18c commit ef593fe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

java/dependencies.bzl

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ def gen_java_deps():
1717
"org.apache.commons:commons-lang3:3.4",
1818
"org.msgpack:msgpack-core:0.8.20",
1919
"org.ow2.asm:asm:6.0",
20-
"org.apache.logging.log4j:log4j-api:2.16.0",
21-
"org.apache.logging.log4j:log4j-core:2.16.0",
22-
"org.apache.logging.log4j:log4j-slf4j-impl:2.16.0",
20+
"org.apache.logging.log4j:log4j-api:2.17.0",
21+
"org.apache.logging.log4j:log4j-core:2.17.0",
22+
"org.apache.logging.log4j:log4j-slf4j-impl:2.17.0",
2323
"org.slf4j:slf4j-api:1.7.25",
2424
"com.lmax:disruptor:3.3.4",
2525
"org.yaml:snakeyaml:1.26",

0 commit comments

Comments
 (0)