Skip to content

Commit 84ba787

Browse files
sgramponeanaiberta
authored andcommitted
update log4j to version 2.16.0 (#497)
1 parent 4307379 commit 84ba787

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

java/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@
4747
<dependency>
4848
<groupId>org.apache.logging.log4j</groupId>
4949
<artifactId>log4j-1.2-api</artifactId>
50-
<version>2.15.0</version>
50+
<version>2.16.0</version>
5151
</dependency>
5252
<dependency>
5353
<groupId>org.apache.logging.log4j</groupId>
5454
<artifactId>log4j-core</artifactId>
55-
<version>2.15.0</version>
55+
<version>2.16.0</version>
5656
</dependency>
5757
<dependency>
5858
<groupId>javax.ejb</groupId>

wrappercommon/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<dependency>
2828
<groupId>org.apache.logging.log4j</groupId>
2929
<artifactId>log4j-core</artifactId>
30-
<version>2.15.0</version>
30+
<version>2.16.0</version>
3131
</dependency>
3232
<dependency>
3333
<groupId>commons-io</groupId>

0 commit comments

Comments
 (0)