File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 132132 <awaitility .version>4.3.0</awaitility .version>
133133 <junit .toolbox.version>2.4</junit .toolbox.version>
134134 <hamcrest .version>3.0</hamcrest .version>
135+ <surefire .version>3.5.4</surefire .version>
135136
136137 <!-- needed just for the license-maven-plugin in this module! -->
137138 <project .parent.relativePath>.</project .parent.relativePath>
794795 <plugin >
795796 <groupId >org.apache.maven.plugins</groupId >
796797 <artifactId >maven-surefire-plugin</artifactId >
797- <version >3.5.4 </version >
798+ <version >${surefire.version} </version >
798799 <dependencies >
799800 <dependency >
800801 <groupId >org.junit.platform</groupId >
849850 <plugin >
850851 <groupId >org.apache.maven.plugins</groupId >
851852 <artifactId >maven-surefire-report-plugin</artifactId >
852- <version >3.5.4 </version >
853+ <version >${surefire.version} </version >
853854 </plugin >
854855 <plugin >
855856 <groupId >org.apache.maven.plugins</groupId >
856857 <artifactId >maven-failsafe-plugin</artifactId >
857- <version >3.5.4 </version >
858+ <version >${surefire.version} </version >
858859 </plugin >
859860 <plugin >
860861 <groupId >org.apache.maven.plugins</groupId >
11681169 <plugin >
11691170 <groupId >org.apache.maven.plugins</groupId >
11701171 <artifactId >maven-surefire-report-plugin</artifactId >
1172+ <version >${surefire.version} </version >
11711173 <configuration >
11721174 <aggregate >true</aggregate >
11731175 </configuration >
You can’t perform that action at this time.
0 commit comments