mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
GUACAMOLE-1956: Update BouncyCastle PKIX FIPS to latest compatible (v2.1.9).
This commit is contained in:
@@ -123,17 +123,32 @@
|
||||
<dependency>
|
||||
<groupId>org.bouncycastle</groupId>
|
||||
<artifactId>bcpkix-fips</artifactId>
|
||||
<version>2.0.7</version>
|
||||
<version>2.1.9</version>
|
||||
|
||||
<!-- Force usage of known version of bc-fips, rather than a future
|
||||
unknown version (bcpkix-fips references bc-fips using a version
|
||||
range, resulting in newer versions getting pulled in automatically,
|
||||
breaking the automated license check) -->
|
||||
<exclusions>
|
||||
|
||||
<!--
|
||||
Force usage of known version of bc-fips, rather than a
|
||||
future unknown version (bcpkix-fips references bc-fips using
|
||||
a version range, resulting in newer versions getting pulled
|
||||
in automatically, breaking the automated license check).
|
||||
-->
|
||||
<exclusion>
|
||||
<groupId>org.bouncycastle</groupId>
|
||||
<artifactId>bc-fips</artifactId>
|
||||
</exclusion>
|
||||
|
||||
<!--
|
||||
Force usage of known version of bcutil-fips, rather than a
|
||||
future unknown version (bcpkix-fips references bctuil-fips
|
||||
using a version range, resulting in newer versions getting
|
||||
pulled in automatically, breaking the automated license
|
||||
check).
|
||||
-->
|
||||
<exclusion>
|
||||
<groupId>org.bouncycastle</groupId>
|
||||
<artifactId>bcutil-fips</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
|
||||
</dependency>
|
||||
@@ -145,6 +160,13 @@
|
||||
<version>2.1.0</version>
|
||||
</dependency>
|
||||
|
||||
<!-- Force usage of known version of bcutil-fips (see bcpkix-fips above) -->
|
||||
<dependency>
|
||||
<groupId>org.bouncycastle</groupId>
|
||||
<artifactId>bcutil-fips</artifactId>
|
||||
<version>2.1.4</version>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
|
||||
</project>
|
||||
|
Reference in New Issue
Block a user