Skip to content

Commit 2e63a13

Browse files
authored
Upgrade to Log4j 2.9.1
This commit upgrades the Log4j dependency, picking up a fix for an issue with handling stack traces on JDK 9. Relates #26750
1 parent 31f43f5 commit 2e63a13

File tree

11 files changed

+7
-24
lines changed

11 files changed

+7
-24
lines changed

buildSrc/version.properties

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@ jts = 1.13
88
jackson = 2.8.6
99
snakeyaml = 1.15
1010
# when updating log4j, please update also docs/java-api/index.asciidoc
11-
# when updating this version, please check if https://github.com/apache/logging-log4j2/pull/109 is released into the version that you are
12-
# bumping to; if it is, remove the assumeTrues in EvilLoggerTests
13-
log4j = 2.9.0
11+
log4j = 2.9.1
1412
slf4j = 1.6.2
1513

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

core/licenses/log4j-1.2-api-2.9.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+
894f96d677880d4ab834a1356f62b875e579caaa

core/licenses/log4j-api-2.9.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+
7a2999229464e7a324aa503c0a52ec0f05efe7bd

core/licenses/log4j-core-2.9.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+
c041978c686866ee8534f538c6220238db3bb6be

docs/java-api/index.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ You need to also include Log4j 2 dependencies:
8383
<dependency>
8484
<groupId>org.apache.logging.log4j</groupId>
8585
<artifactId>log4j-core</artifactId>
86-
<version>2.9.0</version>
86+
<version>2.9.1</version>
8787
</dependency>
8888
--------------------------------------------------
8989

@@ -111,7 +111,7 @@ If you want to use another logger than Log4j 2, you can use http://www.slf4j.org
111111
<dependency>
112112
<groupId>org.apache.logging.log4j</groupId>
113113
<artifactId>log4j-to-slf4j</artifactId>
114-
<version>2.9.0</version>
114+
<version>2.9.1</version>
115115
</dependency>
116116
<dependency>
117117
<groupId>org.slf4j</groupId>

plugins/repository-hdfs/licenses/log4j-slf4j-impl-2.9.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+
0a97a849b18b3798c4af1a2ca5b10c66cef17e3a

0 commit comments

Comments
 (0)