Skip to content

Commit

Permalink
Merge pull request #261 from OpenLiberty/dependabot/maven/finish/org.…
Browse files Browse the repository at this point in the history
…apache.maven.plugins-maven-surefire-plugin-3.3.1

Bump org.apache.maven.plugins:maven-surefire-plugin from 3.3.0 to 3.3.1 in /finish
  • Loading branch information
gkwan-ibm authored Aug 7, 2024
2 parents d626f15 + d2bd0c4 commit a73a5d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion finish/backendServices/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.3.0</version>
<version>3.3.1</version>
</plugin>
<!-- Plugin to run integration tests -->
<plugin>
Expand Down
2 changes: 1 addition & 1 deletion finish/frontendUI/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.3.0</version>
<version>3.3.1</version>
</plugin>
<!-- Plugin to run integration tests -->
<plugin>
Expand Down

0 comments on commit a73a5d8

Please sign in to comment.