Skip to content

Commit

Permalink
Updated by github actions from guide-jpa-intro (#3571)
Browse files Browse the repository at this point in the history
Co-authored-by: GuidesBot <[email protected]>
  • Loading branch information
GuidesBot and GuidesBot authored Nov 6, 2024
1 parent 66d526d commit 1feb7b6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions instructions/cloud-hosted-guide-jpa-intro/instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ Replace the ***backendServices/pom.xml*** configuration file.
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>5.11.1</version>
<version>5.11.3</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -534,7 +534,7 @@ Replace the ***backendServices/pom.xml*** configuration file.
<plugin>
<groupId>io.openliberty.tools</groupId>
<artifactId>liberty-maven-plugin</artifactId>
<version>3.10.3</version>
<version>3.11.1</version>
<configuration>
<copyDependencies>
<location>${project.build.directory}/liberty/wlp/usr/shared/resources</location>
Expand All @@ -557,13 +557,13 @@ Replace the ***backendServices/pom.xml*** configuration file.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.5.0</version>
<version>3.5.1</version>
</plugin>
<!-- Plugin to run integration tests -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<version>3.5.0</version>
<version>3.5.1</version>
<configuration>
<systemPropertyVariables>
<backend.http.port>${backend.service.http.port}</backend.http.port>
Expand Down

0 comments on commit 1feb7b6

Please sign in to comment.