Skip to content

Commit b475473

Browse files
authored
Merge pull request #15 from tls-attacker/bcfix
downgraded bc
2 parents 23cbde1 + 44c3098 commit b475473

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,12 @@
6161
<dependency>
6262
<groupId>org.bouncycastle</groupId>
6363
<artifactId>bcpkix-jdk15on</artifactId>
64-
<version>1.66</version>
64+
<version>1.64</version>
6565
</dependency>
6666
<dependency>
6767
<groupId>org.bouncycastle</groupId>
6868
<artifactId>bcprov-jdk15on</artifactId>
69-
<version>1.67</version>
69+
<version>1.64</version>
7070
<type>jar</type>
7171
</dependency>
7272
<dependency>

0 commit comments

Comments
 (0)