mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUACAMOLE-1594: Update Java dependencies to latest compatible versions.
This commit is contained in:
@@ -64,7 +64,7 @@
|
||||
<dependency>
|
||||
<groupId>org.mybatis</groupId>
|
||||
<artifactId>mybatis-guice</artifactId>
|
||||
<version>3.17</version>
|
||||
<version>3.18</version>
|
||||
<exclusions>
|
||||
|
||||
<!-- This dependency appears to be necessary only to provide an
|
||||
|
@@ -77,7 +77,7 @@
|
||||
<dependency>
|
||||
<groupId>org.springframework.security</groupId>
|
||||
<artifactId>spring-security-web</artifactId>
|
||||
<version>5.7.5</version>
|
||||
<version>5.8.1</version>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
|
@@ -38,7 +38,7 @@
|
||||
</parent>
|
||||
|
||||
<properties>
|
||||
<kotlin.version>1.7.20</kotlin.version>
|
||||
<kotlin.version>1.8.0</kotlin.version>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
|
Reference in New Issue
Block a user