GUACAMOLE-1956: Update MyBatis to latest compatible (v3.5.15).

This commit is contained in:
Michael Jumper
2025-01-22 16:25:03 -08:00
parent bcdb62fbe7
commit 405cf34d63
5 changed files with 3 additions and 3 deletions

View File

@@ -1 +0,0 @@
org.mybatis:mybatis:jar:3.5.17

View File

@@ -1,7 +1,7 @@
MyBatis (http://www.mybatis.org/mybatis-3/)
-------------------------------------------
Version: 3.5.17
Version: 3.5.19
From: 'MyBatis' (http://www.mybatis.org/)
License(s):
Apache v2.0

View File

@@ -0,0 +1 @@
org.mybatis:mybatis:jar:3.5.19

View File

@@ -57,7 +57,7 @@
<dependency>
<groupId>org.mybatis</groupId>
<artifactId>mybatis</artifactId>
<version>3.5.17</version>
<version>3.5.19</version>
</dependency>
<!-- MyBatis Guice -->