mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
GUACAMOLE-1956: Update Java dependencies to latest compatible.
This commit is contained in:
@@ -77,9 +77,28 @@
|
||||
<artifactId>commons-codec</artifactId>
|
||||
</exclusion>
|
||||
|
||||
<!--
|
||||
Replace older BouncyCastle (1.70) with newer, compatible
|
||||
version (1.79), which has since been renamed from
|
||||
"bcpkix-jdk15on" to "bcpkix-jdk15to18".
|
||||
-->
|
||||
<exclusion>
|
||||
<groupId>org.bouncycastle</groupId>
|
||||
<artifactId>bcpkix-jdk15on</artifactId>
|
||||
</exclusion>
|
||||
|
||||
</exclusions>
|
||||
</dependency>
|
||||
|
||||
|
||||
<!-- BouncyCastle for Java 5 and above (formerly "bcpkix-jdk15on", a
|
||||
transitive dependency of cas-client-core that we are overriding to
|
||||
force an update) -->
|
||||
<dependency>
|
||||
<groupId>org.bouncycastle</groupId>
|
||||
<artifactId>bcpkix-jdk15to18</artifactId>
|
||||
<version>1.79</version>
|
||||
</dependency>
|
||||
|
||||
<!-- Guava - Utility Library -->
|
||||
<dependency>
|
||||
<groupId>com.google.guava</groupId>
|
||||
|
@@ -96,7 +96,7 @@
|
||||
|
||||
<!--
|
||||
Replace slightly older commons-lang3 (3.12.0) with latest
|
||||
compatible version (3.16.0) so that we don't need two copies
|
||||
compatible version (3.17.0) so that we don't need two copies
|
||||
of the same license information.
|
||||
-->
|
||||
<exclusion>
|
||||
@@ -143,11 +143,6 @@
|
||||
<artifactId>commons-codec</artifactId>
|
||||
</exclusion>
|
||||
|
||||
<exclusion>
|
||||
<groupId>com.fasterxml.woodstox</groupId>
|
||||
<artifactId>woodstox-core</artifactId>
|
||||
</exclusion>
|
||||
|
||||
</exclusions>
|
||||
</dependency>
|
||||
|
||||
@@ -155,7 +150,7 @@
|
||||
<dependency>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
<artifactId>commons-lang3</artifactId>
|
||||
<version>3.16.0</version>
|
||||
<version>3.17.0</version>
|
||||
</dependency>
|
||||
|
||||
<!-- Apache Commons Codec (see exclusions for java-saml and xmlsec) -->
|
||||
|
Reference in New Issue
Block a user