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

@@ -51,12 +51,12 @@
<dependency>
<groupId>org.apache.directory.api</groupId>
<artifactId>api-all</artifactId>
<version>2.1.6</version>
<version>2.1.7</version>
<exclusions>
<!--
Replace slightly older commons-lang3 (3.13.0) with latest
compatible version (3.14.0) so that we don't need two copies
Replace slightly older commons-lang3 (3.15.0) with latest
compatible version (3.16.0) so that we don't need two copies
of the same license information.
-->
<exclusion>
@@ -87,7 +87,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.14.0</version>
<version>3.16.0</version>
</dependency>
</dependencies>