File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 40
40
<java .version>1.8</java .version>
41
41
<maven .compiler.source>${java.version} </maven .compiler.source>
42
42
<maven .compiler.target>${java.version} </maven .compiler.target>
43
- <junit .jupiter.version>5.5.0 </junit .jupiter.version>
44
- <junit .platform.version>1.5.0 </junit .platform.version>
43
+ <junit .jupiter.version>5.5.1 </junit .jupiter.version>
44
+ <junit .platform.version>1.5.1 </junit .platform.version>
45
45
<spring .batch.version>4.1.2.RELEASE</spring .batch.version>
46
46
<clirr .comparisonVersion>1.1.0</clirr .comparisonVersion>
47
47
<module .name>org.mybatis.dynamic.sql</module .name>
120
120
<dependency >
121
121
<groupId >org.assertj</groupId >
122
122
<artifactId >assertj-core</artifactId >
123
- <version >3.12 .2</version >
123
+ <version >3.13 .2</version >
124
124
<scope >test</scope >
125
125
</dependency >
126
126
<dependency >
144
144
<dependency >
145
145
<groupId >org.springframework</groupId >
146
146
<artifactId >spring-jdbc</artifactId >
147
- <version >5.1.8 .RELEASE</version >
147
+ <version >5.1.9 .RELEASE</version >
148
148
<scope >test</scope >
149
149
</dependency >
150
150
<dependency >
You can’t perform that action at this time.
0 commit comments