GUACAMOLE-773: Update all Java dependencies to latest stable versions.

This commit is contained in:
Michael Jumper
2021-04-02 15:43:29 -07:00
parent bc76efc250
commit 47215cfdf9
13 changed files with 15 additions and 64 deletions

View File

@@ -57,14 +57,14 @@
<dependency>
<groupId>org.mybatis</groupId>
<artifactId>mybatis</artifactId>
<version>3.4.6</version>
<version>3.5.6</version>
</dependency>
<!-- MyBatis Guice -->
<dependency>
<groupId>org.mybatis</groupId>
<artifactId>mybatis-guice</artifactId>
<version>3.10</version>
<version>3.12</version>
</dependency>
<!-- Guice -->
@@ -72,10 +72,6 @@
<groupId>com.google.inject</groupId>
<artifactId>guice</artifactId>
</dependency>
<dependency>
<groupId>com.google.inject.extensions</groupId>
<artifactId>guice-multibindings</artifactId>
</dependency>
<!-- Guava - Utility Library -->
<dependency>