Skip to content

Commit

Permalink
Merge pull request #500 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-M6

Bump maven-surefire-plugin from 3.0.0-M5 to 3.0.0-M6
  • Loading branch information
lukas-krecan authored Apr 5, 2022
2 parents d32c0ed + 1ca2000 commit 675e888
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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-M5</version>
<version>3.0.0-M6</version>
</plugin>
<plugin>
<artifactId>maven-deploy-plugin</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions tests/test-junit4/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0-M5</version>
<version>3.0.0-M6</version>
<dependencies>
<dependency>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire-junit4</artifactId>
<version>3.0.0-M5</version>
<version>3.0.0-M6</version>
</dependency>
</dependencies>
</plugin>
Expand Down

0 comments on commit 675e888

Please sign in to comment.