Skip to content

Commit 8f75a50

Browse files
committed
updated vesion to tls-attacker 3.1
1 parent c96e697 commit 8f75a50

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

pom.xml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@
33
<modelVersion>4.0.0</modelVersion>
44
<artifactId>TLS-Scanner</artifactId>
55
<groupId>de.rub.nds.tlsscanner</groupId>
6-
<version>2.8</version>
6+
<version>2.9</version>
77
<packaging>jar</packaging>
88
<dependencies>
99
<dependency>
1010
<groupId>de.rub.nds.tlsattacker</groupId>
1111
<artifactId>TLS-Core</artifactId>
12-
<version>3.0</version>
12+
<version>3.1</version>
1313
</dependency>
1414
<dependency>
1515
<groupId>de.rub.nds.tlsattacker</groupId>
1616
<artifactId>Attacks</artifactId>
17-
<version>3.0</version>
17+
<version>3.1</version>
1818
</dependency>
1919
<dependency>
2020
<groupId>junit</groupId>
@@ -104,7 +104,8 @@
104104
<type>${project.packaging}</type>
105105
<destFileName>${project.build.finalName}.${project.packaging}</destFileName>
106106
</artifactItem>
107-
</artifactItems>
107+
108+
</artifactItems>
108109
<outputDirectory>${basedir}/apps</outputDirectory>
109110
</configuration>
110111
</execution>

0 commit comments

Comments
 (0)