Skip to content

Commit c2cf221

Browse files
authored
Merge pull request #363 from bjoernranft/log4shell-update
update log4j 2.13.1 -> 2.16.0, netty-mockserver 5.11.1 -> 5.11.2
2 parents e6cb9b9 + 3cda83c commit c2cf221

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
@@ -320,12 +320,12 @@
320320
<dependency>
321321
<groupId>org.apache.logging.log4j</groupId>
322322
<artifactId>log4j-slf4j-impl</artifactId>
323-
<version>2.13.1</version>
323+
<version>2.16.0</version>
324324
</dependency>
325325
<dependency>
326326
<groupId>org.apache.logging.log4j</groupId>
327327
<artifactId>log4j-core</artifactId>
328-
<version>2.15.0</version>
328+
<version>2.16.0</version>
329329
</dependency>
330330
<dependency>
331331
<groupId>com.github.chaosfirebolt.converter</groupId>
@@ -347,7 +347,7 @@
347347
<dependency>
348348
<groupId>org.mock-server</groupId>
349349
<artifactId>mockserver-netty</artifactId>
350-
<version>5.11.1</version>
350+
<version>5.11.2</version>
351351
<scope>test</scope>
352352
</dependency>
353353
<dependency>

0 commit comments

Comments
 (0)