Skip to content

Commit

Permalink
Merge public/master
Browse files Browse the repository at this point in the history
  • Loading branch information
ic0ns committed Sep 6, 2019
2 parents 5595eda + 9554a51 commit 0c04daa
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,18 +3,18 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>TLS-Scanner</artifactId>
<groupId>de.rub.nds.tlsscanner</groupId>
<version>2.9</version>
<version>2.10</version>
<packaging>jar</packaging>
<dependencies>
<dependency>
<groupId>de.rub.nds.tlsattacker</groupId>
<artifactId>TLS-Core</artifactId>
<version>3.1</version>
<version>3.2</version>
</dependency>
<dependency>
<groupId>de.rub.nds.tlsattacker</groupId>
<artifactId>Attacks</artifactId>
<version>3.1</version>
<version>3.2</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down

0 comments on commit 0c04daa

Please sign in to comment.