Skip to content

Commit

Permalink
Merge pull request #266 from OpenLiberty/staging
Browse files Browse the repository at this point in the history
Merge staging to prod - Dependabot Bump
  • Loading branch information
gkwan-ibm authored Aug 7, 2024
2 parents d626f15 + 5c57eca commit 6c87982
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions finish/backendServices/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -116,13 +116,13 @@
<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>
<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
4 changes: 2 additions & 2 deletions finish/frontendUI/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,13 @@
<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>
<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
4 changes: 2 additions & 2 deletions start/backendServices/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -116,13 +116,13 @@
<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>
<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
4 changes: 2 additions & 2 deletions start/frontendUI/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,13 @@
<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>
<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 6c87982

Please sign in to comment.