File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 7575 <logback .version>1.2.3</logback .version>
7676 <lombok .version>1.16.18</lombok .version>
7777 <maven .build.timestamp.format>yyyy-MM-dd'T'HH:mm:ss</maven .build.timestamp.format>
78+ <maven .failsafe.version>2.22.1</maven .failsafe.version>
79+ <maven .surefire.version>2.22.1</maven .surefire.version>
7880 <mockito .version>2.13.0</mockito .version>
7981 <pitest .version>1.4.5</pitest .version>
8082 <slf4j .version>1.7.25</slf4j .version>
226228 <plugin >
227229 <groupId >org.apache.maven.plugins</groupId >
228230 <artifactId >maven-surefire-plugin</artifactId >
229- <version >2.20.1 </version >
231+ <version >${maven.surefire.version} </version >
230232 <configuration >
231233 <runOrder >random</runOrder >
232234 <excludes >
237239 <plugin >
238240 <groupId >org.apache.maven.plugins</groupId >
239241 <artifactId >maven-failsafe-plugin</artifactId >
240- <version >2.20.1 </version >
242+ <version >${maven.failsafe.version} </version >
241243 <configuration >
242244 <includes >
243245 <include >it/**/*.java</include >
You can’t perform that action at this time.
0 commit comments