Skip to content

Commit 0ae73dc

Browse files
authored
Merge pull request #38 from RUB-NDS/dependabot/maven/org.apache.logging.log4j-log4j-core-2.13.2
Bump log4j-core from 2.9.0 to 2.13.2
2 parents 9c81ae9 + 640e134 commit 0ae73dc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 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.9.0</version>
75+
<version>2.13.2</version>
7676
</dependency>
7777
<dependency>
7878
<groupId>org.apache.logging.log4j</groupId>
7979
<artifactId>log4j-core</artifactId>
80-
<version>2.9.0</version>
80+
<version>2.13.2</version>
8181
</dependency>
8282
</dependencies>
8383
<build>
@@ -166,4 +166,4 @@
166166
but cannot be performed by typical users. Enable it using -Dskip.signature=false -->
167167
<skip.signature>true</skip.signature>
168168
</properties>
169-
</project>
169+
</project>

0 commit comments

Comments
 (0)