GUACAMOLE-1905: Update Java dependencies to latest compatible versions.

This commit is contained in:
Virtually Nick
2024-03-03 15:01:32 -05:00
parent 4c24bfd18d
commit fddcdd39f9
75 changed files with 86 additions and 72 deletions

View File

@@ -122,14 +122,14 @@
<dependency>
<groupId>com.fasterxml.woodstox</groupId>
<artifactId>woodstox-core</artifactId>
<version>5.4.0</version>
<version>6.5.0</version>
</dependency>
<!-- Apache XML Security for Java (see exclusions for java-saml) -->
<dependency>
<groupId>org.apache.santuario</groupId>
<artifactId>xmlsec</artifactId>
<version>2.2.6</version>
<version>2.3.4</version>
<exclusions>
<!--
@@ -157,7 +157,7 @@
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.16.0</version>
<version>1.16.1</version>
</dependency>
</dependencies>