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 42
42
<java .version>1.8</java .version>
43
43
<maven .compiler.source>${java.version} </maven .compiler.source>
44
44
<maven .compiler.target>${java.version} </maven .compiler.target>
45
- <junit .jupiter.version>5.3.2 </junit .jupiter.version>
46
- <junit .platform.version>1.3.2 </junit .platform.version>
45
+ <junit .jupiter.version>5.4.0 </junit .jupiter.version>
46
+ <junit .platform.version>1.4.0 </junit .platform.version>
47
47
<clirr .comparisonVersion>1.1.0</clirr .comparisonVersion>
48
48
<module .name>org.mybatis.dynamic.sql</module .name>
49
49
</properties >
97
97
<dependency >
98
98
<groupId >org.assertj</groupId >
99
99
<artifactId >assertj-core</artifactId >
100
- <version >3.11 .1</version >
100
+ <version >3.12 .1</version >
101
101
<scope >test</scope >
102
102
</dependency >
103
103
<dependency >
121
121
<dependency >
122
122
<groupId >org.springframework</groupId >
123
123
<artifactId >spring-jdbc</artifactId >
124
- <version >5.1.4 .RELEASE</version >
124
+ <version >5.1.5 .RELEASE</version >
125
125
<scope >test</scope >
126
126
</dependency >
127
127
<dependency >
You can’t perform that action at this time.
0 commit comments