Upgrade BC dependencies for TLS tests.

This commit is contained in:
Olga MaciaszekSharma
2023-11-20 15:11:05 +01:00
parent 2b56df1f63
commit 472744f85a

View File

@@ -98,13 +98,8 @@
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15on</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15on</artifactId>
<version>1.67</version>
<artifactId>bcpkix-jdk18on</artifactId>
<version>1.74</version>
<scope>test</scope>
</dependency>
</dependencies>