Skip to content

Commit

Permalink
Upgrade to log4j 2.17.1 (#82117)
Browse files Browse the repository at this point in the history
Relates #82111

Co-authored-by: Elastic Machine <[email protected]>
  • Loading branch information
costin and elasticmachine authored Dec 29, 2021
1 parent 73c57f8 commit 4f67856
Show file tree
Hide file tree
Showing 16 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion buildSrc/version.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ snakeyaml = 1.17
icu4j = 62.1
supercsv = 2.4.0
# when updating log4j, please update also docs/java-api/index.asciidoc
log4j = 2.17.0
log4j = 2.17.1
slf4j = 1.6.2

# when updating the JNA version, also update the version in buildSrc/build.gradle
Expand Down
4 changes: 2 additions & 2 deletions docs/java-api/index.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ You need to also include Log4j 2 dependencies:
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.11.1</version>
<version>2.17.1</version>
</dependency>
--------------------------------------------------

Expand Down Expand Up @@ -130,7 +130,7 @@ If you want to use another logger than Log4j 2, you can use http://www.slf4j.org
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-to-slf4j</artifactId>
<version>2.11.1</version>
<version>2.17.1</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
84692d456bcce689355d33d68167875e486954dd
1 change: 0 additions & 1 deletion server/licenses/log4j-1.2-api-2.17.0.jar.sha1

This file was deleted.

1 change: 1 addition & 0 deletions server/licenses/log4j-1.2-api-2.17.1.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
db3a7e7f07e878b92ac4a8f1100bee8325d5713a
1 change: 0 additions & 1 deletion server/licenses/log4j-api-2.17.0.jar.sha1

This file was deleted.

1 change: 1 addition & 0 deletions server/licenses/log4j-api-2.17.1.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
d771af8e336e372fb5399c99edabe0919aeaf5b2
1 change: 0 additions & 1 deletion server/licenses/log4j-core-2.17.0.jar.sha1

This file was deleted.

1 change: 1 addition & 0 deletions server/licenses/log4j-core-2.17.1.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
a367b74bed3ed6b1cbcbf219159541393d38333b

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
84692d456bcce689355d33d68167875e486954dd

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
d771af8e336e372fb5399c99edabe0919aeaf5b2

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
779f60f3844dadc3ef597976fcb1e5127b1f343d

0 comments on commit 4f67856

Please sign in to comment.