Skip to content

Commit 398f14f

Browse files
committed
[pom] Update to mybatis 3.4.4
1 parent a403859 commit 398f14f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
<dependency>
7171
<groupId>org.mybatis</groupId>
7272
<artifactId>mybatis</artifactId>
73-
<version>3.4.2</version>
73+
<version>3.4.4</version>
7474
</dependency>
7575
<dependency>
7676
<groupId>junit</groupId>
@@ -87,7 +87,7 @@
8787
<dependency>
8888
<groupId>org.hsqldb</groupId>
8989
<artifactId>hsqldb</artifactId>
90-
<version>2.3.4</version>
90+
<version>2.3.4</version> <!-- Version 2.4.0 requires jdk8 -->
9191
<scope>test</scope>
9292
</dependency>
9393
</dependencies>

0 commit comments

Comments
 (0)