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 eaefbc5 + 6a2ab4a commit dd4baccCopy full SHA for dd4bacc
pom.xml
@@ -23,7 +23,7 @@
23
<parent>
24
<groupId>org.mybatis</groupId>
25
<artifactId>mybatis-parent</artifactId>
26
- <version>29</version>
+ <version>30</version>
27
<relativePath />
28
</parent>
29
@@ -73,7 +73,7 @@
73
<dependency>
74
75
<artifactId>mybatis</artifactId>
76
- <version>3.4.4</version>
+ <version>3.4.5</version>
77
<scope>provided</scope>
78
</dependency>
79
@@ -91,9 +91,9 @@
91
| test dependencies
92
-->
93
94
- <groupId>junit</groupId>
95
- <artifactId>junit</artifactId>
96
- <version>4.12</version>
+ <groupId>org.junit.vintage</groupId>
+ <artifactId>junit-vintage-engine</artifactId>
+ <version>4.12.2</version>
97
<scope>test</scope>
98
99
</dependencies>
0 commit comments