We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a0509c9 + 160d880 commit 0333b42Copy full SHA for 0333b42
pom.xml
@@ -22,7 +22,7 @@
22
<parent>
23
<groupId>org.mybatis</groupId>
24
<artifactId>mybatis-parent</artifactId>
25
- <version>29</version>
+ <version>30</version>
26
<relativePath />
27
</parent>
28
@@ -100,9 +100,9 @@
100
101
<!-- TEST -->
102
<dependency>
103
- <groupId>junit</groupId>
104
- <artifactId>junit</artifactId>
105
- <version>4.12</version>
+ <groupId>org.junit.vintage</groupId>
+ <artifactId>junit-vintage-engine</artifactId>
+ <version>4.12.2</version>
106
<scope>test</scope>
107
</dependency>
108
0 commit comments