Skip to content

Commit dd4bacc

Browse files
authored
Merge pull request #38 from hazendaz/master
Update mybatis-parent, mybatis, and use junit vintage
2 parents eaefbc5 + 6a2ab4a commit dd4bacc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.mybatis</groupId>
2525
<artifactId>mybatis-parent</artifactId>
26-
<version>29</version>
26+
<version>30</version>
2727
<relativePath />
2828
</parent>
2929

@@ -73,7 +73,7 @@
7373
<dependency>
7474
<groupId>org.mybatis</groupId>
7575
<artifactId>mybatis</artifactId>
76-
<version>3.4.4</version>
76+
<version>3.4.5</version>
7777
<scope>provided</scope>
7878
</dependency>
7979

@@ -91,9 +91,9 @@
9191
| test dependencies
9292
-->
9393
<dependency>
94-
<groupId>junit</groupId>
95-
<artifactId>junit</artifactId>
96-
<version>4.12</version>
94+
<groupId>org.junit.vintage</groupId>
95+
<artifactId>junit-vintage-engine</artifactId>
96+
<version>4.12.2</version>
9797
<scope>test</scope>
9898
</dependency>
9999
</dependencies>

0 commit comments

Comments
 (0)