Skip to content

Commit

Permalink
Merge pull request #239 from tls-attacker/publicChanges
Browse files Browse the repository at this point in the history
Changes from public repo
  • Loading branch information
mmaehren authored Jun 8, 2022
2 parents 8ce3035 + 2f81a79 commit bdc8464
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion TLS-Scanner-Core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@
<maven.compiler.target>11</maven.compiler.target>
<main.basedir>${project.parent.basedir}</main.basedir>
</properties>
</project>
</project>
2 changes: 1 addition & 1 deletion TLS-Server-Scanner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,4 @@
<maven.compiler.target>11</maven.compiler.target>
<main.basedir>${project.parent.basedir}</main.basedir>
</properties>
</project>
</project>
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15on</artifactId>
<version>1.60</version>
<version>1.64</version>
<type>jar</type>
</dependency>
<dependency>
Expand Down

0 comments on commit bdc8464

Please sign in to comment.