Browse Source

Upgrade MyBatis dependencies.

Original pull request: #961.
pull/978/head
Jens Schauder 5 years ago committed by Mark Paluch
parent
commit
ce048afb2f
No known key found for this signature in database
GPG Key ID: 4406B84C1661DCD1
  1. 4
      pom.xml

4
pom.xml

@ -26,8 +26,8 @@
<!-- dependency versions --> <!-- dependency versions -->
<jsr305.version>3.0.2</jsr305.version> <jsr305.version>3.0.2</jsr305.version>
<mybatis-spring.version>2.0.0</mybatis-spring.version> <mybatis-spring.version>2.0.6</mybatis-spring.version>
<mybatis.version>3.5.0</mybatis.version> <mybatis.version>3.5.6</mybatis.version>
<!-- databases and jdbc drivers --> <!-- databases and jdbc drivers -->
<!-- not that these currently do not control the versions of databases used via Testcontainers for testing --> <!-- not that these currently do not control the versions of databases used via Testcontainers for testing -->

Loading…
Cancel
Save