Skip to content

Commit 4f67856

Browse files
Upgrade to log4j 2.17.1 (#82117)
Relates #82111 Co-authored-by: Elastic Machine <[email protected]>
1 parent 73c57f8 commit 4f67856

16 files changed

+10
-10
lines changed

buildSrc/version.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ snakeyaml = 1.17
1212
icu4j = 62.1
1313
supercsv = 2.4.0
1414
# when updating log4j, please update also docs/java-api/index.asciidoc
15-
log4j = 2.17.0
15+
log4j = 2.17.1
1616
slf4j = 1.6.2
1717

1818
# when updating the JNA version, also update the version in buildSrc/build.gradle

docs/java-api/index.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ You need to also include Log4j 2 dependencies:
102102
<dependency>
103103
<groupId>org.apache.logging.log4j</groupId>
104104
<artifactId>log4j-core</artifactId>
105-
<version>2.11.1</version>
105+
<version>2.17.1</version>
106106
</dependency>
107107
--------------------------------------------------
108108

@@ -130,7 +130,7 @@ If you want to use another logger than Log4j 2, you can use http://www.slf4j.org
130130
<dependency>
131131
<groupId>org.apache.logging.log4j</groupId>
132132
<artifactId>log4j-to-slf4j</artifactId>
133-
<version>2.11.1</version>
133+
<version>2.17.1</version>
134134
</dependency>
135135
<dependency>
136136
<groupId>org.slf4j</groupId>

plugins/repository-hdfs/licenses/log4j-slf4j-impl-2.17.0.jar.sha1

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
84692d456bcce689355d33d68167875e486954dd

server/licenses/log4j-1.2-api-2.17.0.jar.sha1

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
db3a7e7f07e878b92ac4a8f1100bee8325d5713a

server/licenses/log4j-api-2.17.0.jar.sha1

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
d771af8e336e372fb5399c99edabe0919aeaf5b2

server/licenses/log4j-core-2.17.0.jar.sha1

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
a367b74bed3ed6b1cbcbf219159541393d38333b

0 commit comments

Comments
 (0)