GUACAMOLE-1956: Bring Java and JavaScript dependencies up to date.

This commit is contained in:
Alex Leitner
2024-08-12 15:07:12 -04:00
parent f87fc3f99c
commit 68a0d22d2a
57 changed files with 1362 additions and 12689 deletions

View File

@@ -123,7 +123,7 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-fips</artifactId>
<version>1.0.7</version>
<version>2.0.7</version>
<!-- Force usage of known version of bc-fips, rather than a future
unknown version (bcpkix-fips references bc-fips using a version
@@ -142,7 +142,7 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bc-fips</artifactId>
<version>1.0.2.5</version>
<version>2.0.0</version>
</dependency>
</dependencies>