Skip to content

Commit b0e61bd

Browse files
committed
Upgrade to MyBatis 3.5.0-SNAPSHOT
Fixes gh-296
1 parent e949efa commit b0e61bd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@
105105
<osgi.import>org.springframework.batch.*;resolution:=optional,*</osgi.import>
106106
<osgi.dynamicImport>*</osgi.dynamicImport>
107107

108+
<mybatis.version>3.5.0-SNAPSHOT</mybatis.version>
108109
<spring.version>5.0.4.RELEASE</spring.version>
109110
<spring-batch.version>4.0.1.RELEASE</spring-batch.version>
110111

@@ -115,7 +116,7 @@
115116
<dependency>
116117
<groupId>org.mybatis</groupId>
117118
<artifactId>mybatis</artifactId>
118-
<version>3.4.6</version>
119+
<version>${mybatis.version}</version>
119120
<scope>provided</scope>
120121
</dependency>
121122

0 commit comments

Comments
 (0)