Skip to content

Commit

Permalink
Merge pull request #70 from tls-attacker/log4shellFix3
Browse files Browse the repository at this point in the history
updated log4jversion_to_2.17
  • Loading branch information
ic0ns authored Dec 18, 2021
2 parents ae412fe + 0a8392d commit 3d87338
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>de.rub.nds</groupId>
<artifactId>ModifiableVariable</artifactId>
<version>3.3.0</version>
<version>3.4.0</version>
<packaging>jar</packaging>

<name>ModifiableVariable</name>
Expand Down Expand Up @@ -73,12 +73,12 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>2.16.0</version>
<version>2.17.0</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.16.0</version>
<version>2.17.0</version>
</dependency>
<dependency>
<groupId>javax.xml.bind</groupId>
Expand Down

0 comments on commit 3d87338

Please sign in to comment.