Github user necouchman commented on a diff in the pull request:
https://github.com/apache/guacamole-client/pull/319#discussion_r219670482
--- Diff:
extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-base/pom.xml ---
@@ -109,33 +109,33 @@
<dependency>
<groupId>org.mybatis</groupId>
<artifactId>mybatis</artifactId>
- <version>3.2.8</version>
+ <version>3.4.6</version>
--- End diff --
When I was doing some playing around in the past with updating this is
seems like one of these versions may have required a higher target version of
Java than 1.6. Probably worth double-checking to make sure we're still good
with 1.6 with all these updates.
---