Browse Source

Upgrade Mybatis Version to 3.5.9

Closes #1221
pull/1226/head
Jens Schauder 4 years ago
parent
commit
e874f01f7f
No known key found for this signature in database
GPG Key ID: 45CC872F17423DBF
  1. 2
      pom.xml

2
pom.xml

@ -26,7 +26,7 @@ @@ -26,7 +26,7 @@
<!-- dependency versions -->
<jsr305.version>3.0.2</jsr305.version>
<mybatis-spring.version>2.1.0-SNAPSHOT</mybatis-spring.version>
<mybatis.version>3.5.6</mybatis.version>
<mybatis.version>3.5.9</mybatis.version>
<!-- databases and jdbc drivers -->
<!-- note that these currently do not control the versions of databases used via Testcontainers for testing -->

Loading…
Cancel
Save