From 42d5bf3966266a86e209a915e7af00b536c67240 Mon Sep 17 00:00:00 2001 From: GuidesBot <42877064+GuidesBot@users.noreply.github.com> Date: Wed, 4 Sep 2024 16:07:55 -0400 Subject: [PATCH] Updated by github actions from guide-jpa-intro (#3302) Co-authored-by: GuidesBot --- .../cloud-hosted-guide-jpa-intro/instructions.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/instructions/cloud-hosted-guide-jpa-intro/instructions.md b/instructions/cloud-hosted-guide-jpa-intro/instructions.md index f47ea6bb..f01192da 100644 --- a/instructions/cloud-hosted-guide-jpa-intro/instructions.md +++ b/instructions/cloud-hosted-guide-jpa-intro/instructions.md @@ -481,19 +481,19 @@ Replace the ***backendServices/pom.xml*** configuration file. org.junit.jupiter junit-jupiter-engine - 5.10.3 + 5.11.0 test org.jboss.resteasy resteasy-client - 6.2.9.Final + 6.2.10.Final test org.jboss.resteasy resteasy-json-binding-provider - 6.2.9.Final + 6.2.10.Final test @@ -557,13 +557,13 @@ Replace the ***backendServices/pom.xml*** configuration file. org.apache.maven.plugins maven-surefire-plugin - 3.3.1 + 3.5.0 org.apache.maven.plugins maven-failsafe-plugin - 3.3.1 + 3.5.0 ${backend.service.http.port}