Skip to content

Commit 0ac8aa8

Browse files
committed
Upgrade Mybatis Spring Version to 2.1.0-SNAPSHOT
This fixes the current build problems, which are caused by removal of NestedIOException from Spring Framework. Closes #1218 See mybatis/spring#663
1 parent f2dc64e commit 0ac8aa8

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

pom.xml

+6-2
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@
2525

2626
<!-- dependency versions -->
2727
<jsr305.version>3.0.2</jsr305.version>
28-
<mybatis-spring.version>2.0.6</mybatis-spring.version>
28+
<mybatis-spring.version>2.1.0-SNAPSHOT</mybatis-spring.version>
2929
<mybatis.version>3.5.6</mybatis.version>
3030

3131
<!-- databases and jdbc drivers -->
32-
<!-- not that these currently do not control the versions of databases used via Testcontainers for testing -->
32+
<!-- note that these currently do not control the versions of databases used via Testcontainers for testing -->
3333
<db2.version>11.5.5.0</db2.version>
3434
<h2.version>1.4.200</h2.version>
3535
<hsqldb.version>2.5.2</hsqldb.version>
@@ -152,6 +152,10 @@
152152
<id>spring-libs-snapshot</id>
153153
<url>https://repo.spring.io/libs-snapshot</url>
154154
</repository>
155+
<repository>
156+
<id>oss-sonatype-snapshot</id>
157+
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
158+
</repository>
155159
</repositories>
156160

157161
<pluginRepositories>

0 commit comments

Comments
 (0)