File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
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.1.0 </junit .jupiter.version>
39
- <junit .platform.version>1.1.0 </junit .platform.version>
38
+ <junit .jupiter.version>5.1.1 </junit .jupiter.version>
39
+ <junit .platform.version>1.1.1 </junit .platform.version>
40
40
<clirr .comparisonVersion>1.0.0</clirr .comparisonVersion>
41
41
</properties >
42
42
142
142
<dependency >
143
143
<groupId >org.springframework</groupId >
144
144
<artifactId >spring-jdbc</artifactId >
145
- <version >5.0.4 .RELEASE</version >
145
+ <version >5.0.5 .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