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 3535 <maven .compiler.target>${java.version} </maven .compiler.target>
3636 <maven .compiler.testTarget>${java.version} </maven .compiler.testTarget>
3737 <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>
4040 <clirr .comparisonVersion>1.0.0</clirr .comparisonVersion>
4141 </properties >
4242
124124 <dependency >
125125 <groupId >org.assertj</groupId >
126126 <artifactId >assertj-core</artifactId >
127- <version >3.9.0 </version >
127+ <version >3.9.1 </version >
128128 <scope >test</scope >
129129 </dependency >
130130 <dependency >
131131 <groupId >org.mybatis</groupId >
132132 <artifactId >mybatis</artifactId >
133- <version >3.4.5 </version >
133+ <version >3.4.6 </version >
134134 <scope >test</scope >
135135 </dependency >
136136 <dependency >
142142 <dependency >
143143 <groupId >org.springframework</groupId >
144144 <artifactId >spring-jdbc</artifactId >
145- <version >5.0.3 .RELEASE</version >
145+ <version >5.0.4 .RELEASE</version >
146146 <scope >test</scope >
147147 </dependency >
148148 <dependency >
You can’t perform that action at this time.
0 commit comments