Skip to content

Commit ffb1416

Browse files
committed
Bump log4j2 version
Signed-off-by: Fabian Stäber <fabian@fstab.de>
1 parent ab82f6f commit ffb1416

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

integration_tests/it_log4j2/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<name>Integration Tests - log4j2</name>
1313

1414
<properties>
15-
<log4j2.version>2.15.0</log4j2.version>
15+
<log4j2.version>2.16.0</log4j2.version>
1616
<!-- I manually tested this with log4j2.version 2.3 and Java 6, and it worked fine. -->
1717
<!-- <log4j2.version>2.3</log4j2.version> -->
1818
</properties>

simpleclient_log4j2/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<dependency>
4242
<groupId>org.apache.logging.log4j</groupId>
4343
<artifactId>log4j-core</artifactId>
44-
<version>2.15.0</version>
44+
<version>2.16.0</version>
4545
<scope>provided</scope>
4646
</dependency>
4747

0 commit comments

Comments
 (0)