Skip to content

Commit

Permalink
Merge pull request #2 from Defective4/dependabot/maven/org.apache.mav…
Browse files Browse the repository at this point in the history
…en.plugins-maven-surefire-plugin-3.2.5

Bump org.apache.maven.plugins:maven-surefire-plugin from 3.1.0 to 3.2.5
  • Loading branch information
Defective4 authored May 3, 2024
2 parents 40f62d8 + 636adfd commit 89a3c51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bungee-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.1.0</version>
<version>3.2.5</version>
<configuration>
<trimStackTrace>false</trimStackTrace>
</configuration>
Expand Down
2 changes: 1 addition & 1 deletion velocity-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.1.0</version>
<version>3.2.5</version>
<configuration>
<trimStackTrace>false</trimStackTrace>
</configuration>
Expand Down

0 comments on commit 89a3c51

Please sign in to comment.