Skip to content

Commit 3775fdd

Browse files
authored
Merge branch 'main' into renovate/org.apache.maven.plugins-maven-failsafe-plugin-3.x
2 parents 52e69cb + 5a0b157 commit 3775fdd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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 -->

0 commit comments

Comments
 (0)