Skip to content

Commit 0e72e40

Browse files
scottcaomilend
andauthored
Update log4j to 2.17.1 (facebook#2676)
Summary: Updates log4j to avoid a 0day RCE vulnerability. See https://www.lunasec.io/docs/blog/log4j-zero-day/ Reviewed By: chatura-atapattu fbshipit-source-id: fb46a5204300bffc584176a86589d329b5969756 Co-authored-by: Milen Dzhumerov <[email protected]>
1 parent c79e653 commit 0e72e40

File tree

6 files changed

+4
-4
lines changed

6 files changed

+4
-4
lines changed

build.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,8 +247,8 @@
247247
<include name="xz-java-1.5/xz-1.5.jar" />
248248
<include name="zstd-jni/zstd-jni-1.4.0-1.jar" />
249249
<include name="remote-apis/remote-apis.jar" />
250-
<include name="log4j2/log4j-api-2.13.0.jar" />
251-
<include name="log4j2/log4j-core-2.13.0.jar" />
250+
<include name="log4j2/log4j-api-2.17.1.jar" />
251+
<include name="log4j2/log4j-core-2.17.1.jar" />
252252

253253
<!-- maven interop -->
254254
<include name="aether/aether-api-1.0.2.v20150114.jar" />

third-party/java/log4j2/BUCK

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
prebuilt_jar(
22
name = "log4j2-api",
3-
binary_jar = "log4j-api-2.13.0.jar",
3+
binary_jar = "log4j-api-2.17.1.jar",
44
licenses = [
55
"LICENSE",
66
],
@@ -12,7 +12,7 @@ prebuilt_jar(
1212

1313
prebuilt_jar(
1414
name = "log4j2-core",
15-
binary_jar = "log4j-core-2.13.0.jar",
15+
binary_jar = "log4j-core-2.17.1.jar",
1616
licenses = [
1717
"LICENSE",
1818
],
260 KB
Binary file not shown.
295 KB
Binary file not shown.
1.24 MB
Binary file not shown.
1.71 MB
Binary file not shown.

0 commit comments

Comments
 (0)