File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -196,7 +196,7 @@ limitations under the License.
196196 <plugin ><!-- SPOTBUGS -->
197197 <groupId >com.github.spotbugs</groupId >
198198 <artifactId >spotbugs-maven-plugin</artifactId >
199- <version >4.7.3.0 </version >
199+ <version >4.7.3.3 </version >
200200 <executions >
201201 <execution >
202202 <id >analyze-compile</id >
@@ -392,7 +392,7 @@ limitations under the License.
392392 <plugin > <!-- Unit Tests -->
393393 <groupId >org.apache.maven.plugins</groupId >
394394 <artifactId >maven-surefire-plugin</artifactId >
395- <version >3.0.0-M8 </version >
395+ <version >3.0.0</version >
396396 <configuration >
397397 <skipTests >${skipTests} </skipTests >
398398 <reportNameSuffix >sponge_log</reportNameSuffix >
@@ -420,7 +420,7 @@ limitations under the License.
420420 <plugin > <!-- Versions -->
421421 <groupId >org.codehaus.mojo</groupId >
422422 <artifactId >versions-maven-plugin</artifactId >
423- <version >2.14.2 </version >
423+ <version >2.15.0 </version >
424424 </plugin >
425425
426426 <plugin > <!-- JACOCO - reporting -->
You can’t perform that action at this time.
0 commit comments