Skip to content

Commit ae412fe

Browse files
authored
Merge pull request #68 from tls-attacker/log4shellFix2
Log4shell fix2
2 parents 0abe080 + c5bb9d2 commit ae412fe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

+3-3
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-SNAPSHOT</version>
6+
<version>3.3.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.15.0</version>
76+
<version>2.16.0</version>
7777
</dependency>
7878
<dependency>
7979
<groupId>org.apache.logging.log4j</groupId>
8080
<artifactId>log4j-core</artifactId>
81-
<version>2.15.0</version>
81+
<version>2.16.0</version>
8282
</dependency>
8383
<dependency>
8484
<groupId>javax.xml.bind</groupId>

0 commit comments

Comments
 (0)