Skip to content

Commit a9d54d8

Browse files
committed
parent & mybatis core updated to latest released verisons
1 parent 2a37bfc commit a9d54d8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pom.xml

Lines changed: 2 additions & 3 deletions
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
<artifactId>mybatis-migrations</artifactId>
@@ -66,7 +66,7 @@
6666
<dependency>
6767
<groupId>org.mybatis</groupId>
6868
<artifactId>mybatis</artifactId>
69-
<version>3.2.3</version>
69+
<version>3.2.4</version>
7070
</dependency>
7171
<dependency>
7272
<groupId>org.hamcrest</groupId>
@@ -172,7 +172,6 @@
172172
</execution>
173173
</executions>
174174
</plugin>
175-
176175
</plugins>
177176
</build>
178177

0 commit comments

Comments
 (0)