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>
797798 <plugin >
798799 <groupId >org.apache.maven.plugins</groupId >
799800 <artifactId >maven-surefire-plugin</artifactId >
800- <version >3.5.4 </version >
801+ <version >${surefire.version} </version >
801802 <dependencies >
802803 <dependency >
803804 <groupId >org.junit.platform</groupId >
852853 <plugin >
853854 <groupId >org.apache.maven.plugins</groupId >
854855 <artifactId >maven-surefire-report-plugin</artifactId >
855- <version >3.5.4 </version >
856+ <version >${surefire.version} </version >
856857 </plugin >
857858 <plugin >
858859 <groupId >org.apache.maven.plugins</groupId >
859860 <artifactId >maven-failsafe-plugin</artifactId >
860- <version >3.5.4 </version >
861+ <version >${surefire.version} </version >
861862 </plugin >
862863 <plugin >
863864 <groupId >org.apache.maven.plugins</groupId >
11711172 <plugin >
11721173 <groupId >org.apache.maven.plugins</groupId >
11731174 <artifactId >maven-surefire-report-plugin</artifactId >
1175+ <version >${surefire.version} </version >
11741176 <configuration >
11751177 <aggregate >true</aggregate >
11761178 </configuration >
You can’t perform that action at this time.
0 commit comments