Skip to content

Commit

Permalink
Updated by github actions from guide-jpa-intro (#3302)
Browse files Browse the repository at this point in the history
Co-authored-by: GuidesBot <GuidesBot@OpenLiberty.io>
  • Loading branch information
GuidesBot and GuidesBot authored Sep 4, 2024
1 parent 46e1594 commit 42d5bf3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions instructions/cloud-hosted-guide-jpa-intro/instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -481,19 +481,19 @@ Replace the ***backendServices/pom.xml*** configuration file.
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>5.10.3</version>
<version>5.11.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-client</artifactId>
<version>6.2.9.Final</version>
<version>6.2.10.Final</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-json-binding-provider</artifactId>
<version>6.2.9.Final</version>
<version>6.2.10.Final</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -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.3.1</version>
<version>3.5.0</version>
</plugin>
<!-- Plugin to run integration tests -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<version>3.3.1</version>
<version>3.5.0</version>
<configuration>
<systemPropertyVariables>
<backend.http.port>${backend.service.http.port}</backend.http.port>
Expand Down

0 comments on commit 42d5bf3

Please sign in to comment.