Skip to content

Commit 0333b42

Browse files
authored
Merge pull request #32 from hazendaz/master
Update mybatis-parent and use junit vintage engine
2 parents a0509c9 + 160d880 commit 0333b42

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.mybatis</groupId>
2424
<artifactId>mybatis-parent</artifactId>
25-
<version>29</version>
25+
<version>30</version>
2626
<relativePath />
2727
</parent>
2828

@@ -100,9 +100,9 @@
100100

101101
<!-- TEST -->
102102
<dependency>
103-
<groupId>junit</groupId>
104-
<artifactId>junit</artifactId>
105-
<version>4.12</version>
103+
<groupId>org.junit.vintage</groupId>
104+
<artifactId>junit-vintage-engine</artifactId>
105+
<version>4.12.2</version>
106106
<scope>test</scope>
107107
</dependency>
108108
<dependency>

0 commit comments

Comments
 (0)