GUACAMOLE-1956: Update Bouncy Castle to latest compatible (v1.80).

This commit is contained in:
Michael Jumper
2025-01-22 16:22:40 -08:00
parent 9d08bcf4a9
commit 78990d97dd
5 changed files with 7 additions and 7 deletions

View File

@@ -79,7 +79,7 @@
<!--
Replace older BouncyCastle (1.70) with newer, compatible
version (1.79), which has since been renamed from
version (1.80), which has since been renamed from
"bcpkix-jdk15on" to "bcpkix-jdk15to18".
-->
<exclusion>
@@ -96,7 +96,7 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15to18</artifactId>
<version>1.79</version>
<version>1.80</version>
</dependency>
<!-- Guava - Utility Library -->