Skip to content

Commit

Permalink
Update #304: update maven-surefire-plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiyiyi committed Sep 22, 2023
1 parent 5960cde commit bb98cd7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom-jdk17.xml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0-M5</version>
<version>3.1.2</version>
<configuration>
<groups>SOLUTION</groups>
<excludedGroups>KATA</excludedGroups>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0-M5</version>
<version>3.1.2</version>
<configuration>
<groups>SOLUTION</groups>
<excludedGroups>KATA</excludedGroups>
Expand Down

0 comments on commit bb98cd7

Please sign in to comment.