Skip to content

Commit

Permalink
Version bump build plugins (#301)
Browse files Browse the repository at this point in the history
Some build plugins in integration tests module are outdated.
  • Loading branch information
mofterdinger authored Mar 18, 2024
1 parent d4c4c98 commit 40d67fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0</version>
<version>3.2.5</version>
<configuration>
<failIfNoTests>false</failIfNoTests>
</configuration>
Expand All @@ -66,7 +66,7 @@
<!-- Tests ending with *IT.java will be executed here -->
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<version>3.0.0</version>
<version>3.2.5</version>
<executions>
<execution>
<goals>
Expand Down

0 comments on commit 40d67fa

Please sign in to comment.