GUACAMOLE-1956: Update BouncyCastle FIPS to latest compatible (v2.1.0).

This commit is contained in:
Michael Jumper
2025-03-04 02:25:16 -08:00
parent 78990d97dd
commit 51afe5ade8
6 changed files with 5 additions and 5 deletions

View File

@@ -1 +0,0 @@
org.bouncycastle:bc-fips:jar:2.0.0

View File

@@ -1,7 +1,7 @@
BouncyCastle FIPS Distribution (https://www.bouncycastle.org/fips-java)
-----------------------------------------------------------------------
Version: 2.0.0
Version: 2.1.0
From: 'The Legion of Bouncy Castle' (https://www.bouncycastle.org)
License(s):
MIT (bundled/bouncycastle-fips-2.0.0/LICENSE)
MIT (bundled/bouncycastle-fips-2.1.0/LICENSE)

View File

@@ -0,0 +1 @@
org.bouncycastle:bc-fips:jar:2.1.0

View File

@@ -142,7 +142,7 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bc-fips</artifactId>
<version>2.0.0</version>
<version>2.1.0</version>
</dependency>
</dependencies>

View File

@@ -106,7 +106,7 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bc-fips</artifactId>
<version>2.0.0</version>
<version>2.1.0</version>
</dependency>
</dependencies>