Skip to content

Commit 3d87338

Browse files
authored
Merge pull request #70 from tls-attacker/log4shellFix3
updated log4jversion_to_2.17
2 parents ae412fe + 0a8392d commit 3d87338

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
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>de.rub.nds</groupId>
55
<artifactId>ModifiableVariable</artifactId>
6-
<version>3.3.0</version>
6+
<version>3.4.0</version>
77
<packaging>jar</packaging>
88

99
<name>ModifiableVariable</name>
@@ -73,12 +73,12 @@
7373
<dependency>
7474
<groupId>org.apache.logging.log4j</groupId>
7575
<artifactId>log4j-api</artifactId>
76-
<version>2.16.0</version>
76+
<version>2.17.0</version>
7777
</dependency>
7878
<dependency>
7979
<groupId>org.apache.logging.log4j</groupId>
8080
<artifactId>log4j-core</artifactId>
81-
<version>2.16.0</version>
81+
<version>2.17.0</version>
8282
</dependency>
8383
<dependency>
8484
<groupId>javax.xml.bind</groupId>

0 commit comments

Comments
 (0)