Skip to content

Commit

Permalink
Merge pull request #590 from lukas-krecan/dependabot/maven/org.apache…
Browse files Browse the repository at this point in the history
….maven.plugins-maven-surefire-plugin-3.0.0-M8

Bump maven-surefire-plugin from 3.0.0-M7 to 3.0.0-M8
  • Loading branch information
lukas-krecan authored Jan 13, 2023
2 parents e82f65d + 31b9068 commit 8c7f805
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0-M7</version>
<version>3.0.0-M8</version>
</plugin>
<plugin>
<artifactId>maven-deploy-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tests/test-junit4/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0-M7</version>
<version>3.0.0-M8</version>
<dependencies>
<dependency>
<groupId>org.apache.maven.surefire</groupId>
Expand Down

0 comments on commit 8c7f805

Please sign in to comment.