File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 35
35
<maven .compiler.target>${java.version} </maven .compiler.target>
36
36
<maven .compiler.testTarget>${java.version} </maven .compiler.testTarget>
37
37
<maven .compiler.testSource>${java.version} </maven .compiler.testSource>
38
- <junit .jupiter.version>5.0.3 </junit .jupiter.version>
39
- <junit .platform.version>1.0.3 </junit .platform.version>
38
+ <junit .jupiter.version>5.1.0 </junit .jupiter.version>
39
+ <junit .platform.version>1.1.0 </junit .platform.version>
40
40
<clirr .comparisonVersion>1.0.0</clirr .comparisonVersion>
41
41
</properties >
42
42
124
124
<dependency >
125
125
<groupId >org.assertj</groupId >
126
126
<artifactId >assertj-core</artifactId >
127
- <version >3.9.0 </version >
127
+ <version >3.9.1 </version >
128
128
<scope >test</scope >
129
129
</dependency >
130
130
<dependency >
131
131
<groupId >org.mybatis</groupId >
132
132
<artifactId >mybatis</artifactId >
133
- <version >3.4.5 </version >
133
+ <version >3.4.6 </version >
134
134
<scope >test</scope >
135
135
</dependency >
136
136
<dependency >
142
142
<dependency >
143
143
<groupId >org.springframework</groupId >
144
144
<artifactId >spring-jdbc</artifactId >
145
- <version >5.0.3 .RELEASE</version >
145
+ <version >5.0.4 .RELEASE</version >
146
146
<scope >test</scope >
147
147
</dependency >
148
148
<dependency >
You can’t perform that action at this time.
0 commit comments