Skip to content

Commit 8433c79

Browse files
committed
updated dependencies
1 parent fcac445 commit 8433c79

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>de.rub.nds.tlsattacker</groupId>
55
<artifactId>TLS-Attacker</artifactId>
6-
<version>3.2</version>
6+
<version>3.2b</version>
77
<packaging>pom</packaging>
88
<inceptionYear>2015</inceptionYear>
99
<name>TLS-Attacker</name>
@@ -76,12 +76,12 @@
7676
<dependency>
7777
<groupId>org.apache.logging.log4j</groupId>
7878
<artifactId>log4j-api</artifactId>
79-
<version>2.9.0</version>
79+
<version>2.15.0</version>
8080
</dependency>
8181
<dependency>
8282
<groupId>org.apache.logging.log4j</groupId>
8383
<artifactId>log4j-core</artifactId>
84-
<version>2.9.0</version>
84+
<version>2.15.0</version>
8585
</dependency>
8686
<dependency>
8787
<groupId>com.beust</groupId>
@@ -135,7 +135,7 @@
135135
<dependency>
136136
<groupId>de.rub.nds</groupId>
137137
<artifactId>ModifiableVariable</artifactId>
138-
<version>2.5</version>
138+
<version>3.2.0</version>
139139
</dependency>
140140
<dependency>
141141
<groupId>org.reflections</groupId>

0 commit comments

Comments
 (0)