Skip to content

Commit 9c81ae9

Browse files
authored
Merge pull request #36 from RUB-NDS/versionUpdate
updated version of log4j
2 parents ab829bc + fc81dff commit 9c81ae9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,12 @@
7272
<dependency>
7373
<groupId>org.apache.logging.log4j</groupId>
7474
<artifactId>log4j-api</artifactId>
75-
<version>2.8.2</version>
75+
<version>2.9.0</version>
7676
</dependency>
7777
<dependency>
7878
<groupId>org.apache.logging.log4j</groupId>
7979
<artifactId>log4j-core</artifactId>
80-
<version>2.8.2</version>
80+
<version>2.9.0</version>
8181
</dependency>
8282
</dependencies>
8383
<build>

0 commit comments

Comments
 (0)