Skip to content

Commit

Permalink
Update the surefire plugin to 3.2.2
Browse files Browse the repository at this point in the history
See if this helps with module lookup problems
  • Loading branch information
jduo committed Dec 11, 2023
1 parent 7af5829 commit d04d8c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0-M7</version>
<version>3.2.2</version>
<dependencies>
<dependency>
<groupId>org.junit.jupiter</groupId>
Expand All @@ -452,7 +452,7 @@
<dependency>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire-junit-platform</artifactId>
<version>3.0.0-M7</version>
<version>3.2.2</version>
</dependency>
</dependencies>
<configuration>
Expand Down

0 comments on commit d04d8c8

Please sign in to comment.