Skip to content

Commit c6b59c8

Browse files
committed
Update mybatis core dependency to 3.2.4
1 parent 74c68d4 commit c6b59c8

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

mybatis-scala-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<dependency>
3737
<groupId>org.mybatis</groupId>
3838
<artifactId>mybatis</artifactId>
39-
<version>3.2.3</version>
39+
<version>3.2.4</version>
4040
</dependency>
4141
<dependency>
4242
<groupId>org.scala-lang</groupId>

mybatis-scala-core/project/Build.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ object BuildSettings {
77
version := "1.0.2",
88
scalaVersion := "2.10.3"
99
)
10-
val mybatisVersion = "3.2.3"
10+
val mybatisVersion = "3.2.4"
1111
}
1212

1313
object Resolvers {

mybatis-scala-samples/project/Build.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ object BuildSettings {
77
version := "1.0.2",
88
scalaVersion := "2.10.3"
99
)
10-
val mybatisVersion = "3.2.3"
10+
val mybatisVersion = "3.2.4"
1111
}
1212

1313
object Resolvers {

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.mybatis</groupId>
2222
<artifactId>mybatis-parent</artifactId>
23-
<version>19-SNAPSHOT</version>
23+
<version>19</version>
2424
</parent>
2525

2626
<groupId>org.mybatis.scala</groupId>

0 commit comments

Comments
 (0)