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

@@ -1,3 +0,0 @@
org.bouncycastle:bcpkix-jdk15to18:jar:1.79
org.bouncycastle:bcprov-jdk15to18:jar:1.79
org.bouncycastle:bcutil-jdk15to18:jar:1.79

View File

@@ -1,7 +1,7 @@
BouncyCastle Crypto (https://www.bouncycastle.org/java.html) BouncyCastle Crypto (https://www.bouncycastle.org/java.html)
------------------------------------------------------------ ------------------------------------------------------------
Version: 1.79 Version: 1.80
From: 'The Legion of Bouncy Castle' (https://www.bouncycastle.org) From: 'The Legion of Bouncy Castle' (https://www.bouncycastle.org)
License(s): License(s):
MIT (bundled/bouncycastle-1.79/LICENSE) MIT (bundled/bouncycastle-1.80/LICENSE)

View File

@@ -0,0 +1,3 @@
org.bouncycastle:bcpkix-jdk15to18:jar:1.80
org.bouncycastle:bcprov-jdk15to18:jar:1.80
org.bouncycastle:bcutil-jdk15to18:jar:1.80

View File

@@ -79,7 +79,7 @@
<!-- <!--
Replace older BouncyCastle (1.70) with newer, compatible 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". "bcpkix-jdk15on" to "bcpkix-jdk15to18".
--> -->
<exclusion> <exclusion>
@@ -96,7 +96,7 @@
<dependency> <dependency>
<groupId>org.bouncycastle</groupId> <groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15to18</artifactId> <artifactId>bcpkix-jdk15to18</artifactId>
<version>1.79</version> <version>1.80</version>
</dependency> </dependency>
<!-- Guava - Utility Library --> <!-- Guava - Utility Library -->