From 1feb7b6a736feb59d8016afa29756c37be766fea Mon Sep 17 00:00:00 2001 From: GuidesBot <42877064+GuidesBot@users.noreply.github.com> Date: Wed, 6 Nov 2024 10:57:43 -0500 Subject: [PATCH] Updated by github actions from guide-jpa-intro (#3571) Co-authored-by: GuidesBot --- instructions/cloud-hosted-guide-jpa-intro/instructions.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/instructions/cloud-hosted-guide-jpa-intro/instructions.md b/instructions/cloud-hosted-guide-jpa-intro/instructions.md index 30f1bef9..326316a2 100644 --- a/instructions/cloud-hosted-guide-jpa-intro/instructions.md +++ b/instructions/cloud-hosted-guide-jpa-intro/instructions.md @@ -481,7 +481,7 @@ Replace the ***backendServices/pom.xml*** configuration file. org.junit.jupiter junit-jupiter-engine - 5.11.1 + 5.11.3 test @@ -534,7 +534,7 @@ Replace the ***backendServices/pom.xml*** configuration file. io.openliberty.tools liberty-maven-plugin - 3.10.3 + 3.11.1 ${project.build.directory}/liberty/wlp/usr/shared/resources @@ -557,13 +557,13 @@ Replace the ***backendServices/pom.xml*** configuration file. org.apache.maven.plugins maven-surefire-plugin - 3.5.0 + 3.5.1 org.apache.maven.plugins maven-failsafe-plugin - 3.5.0 + 3.5.1 ${backend.service.http.port}