Skip to content

Commit

Permalink
Merge pull request #264 from OpenLiberty/dependabot/maven/start/org.a…
Browse files Browse the repository at this point in the history
…pache.maven.plugins-maven-failsafe-plugin-3.3.1

Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.3.0 to 3.3.1 in /start
  • Loading branch information
gkwan-ibm authored Aug 7, 2024
2 parents 56447ae + 5be5bf6 commit 18f7fc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion start/backendServices/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<version>3.3.0</version>
<version>3.3.1</version>
<configuration>
<systemPropertyVariables>
<backend.http.port>${backend.service.http.port}</backend.http.port>
Expand Down
2 changes: 1 addition & 1 deletion start/frontendUI/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<version>3.3.0</version>
<version>3.3.1</version>
<configuration>
<systemPropertyVariables>
<frontend.service.http.port>${frontend.service.http.port}</frontend.service.http.port>
Expand Down

0 comments on commit 18f7fc8

Please sign in to comment.