Skip to content

Commit

Permalink
Merge pull request #25 from karlambsilva/dependabot/maven/org.apache.…
Browse files Browse the repository at this point in the history
…maven.plugins-maven-surefire-plugin-3.2.2

Bump org.apache.maven.plugins:maven-surefire-plugin from 3.1.2 to 3.2.2
  • Loading branch information
karlambsilva authored Jun 28, 2024
2 parents 04a75ba + ab786b2 commit 9e971b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<!-- JUnit 5 requires Surefire version 2.22.0 or higher -->
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.1.2</version>
<version>3.2.2</version>
<configuration>
<!-- This option makes the tests work on CI. -->
<useSystemClassLoader>false</useSystemClassLoader>
Expand Down

0 comments on commit 9e971b0

Please sign in to comment.