From 9f32056f9a45a02dd6d9129fbf6625ac4598eb0a Mon Sep 17 00:00:00 2001 From: GuidesBot <42877064+GuidesBot@users.noreply.github.com> Date: Thu, 3 Oct 2024 15:38:33 -0400 Subject: [PATCH] Updated by github actions from guide-reactive-rest-client (#3458) Co-authored-by: GuidesBot --- .../instructions.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/instructions/cloud-hosted-guide-reactive-rest-client/instructions.md b/instructions/cloud-hosted-guide-reactive-rest-client/instructions.md index 13743ba0..d205d660 100644 --- a/instructions/cloud-hosted-guide-reactive-rest-client/instructions.md +++ b/instructions/cloud-hosted-guide-reactive-rest-client/instructions.md @@ -413,7 +413,7 @@ Replace the Maven configuration file. org.testcontainers mockserver - 1.20.1 + 1.20.2 test @@ -425,13 +425,13 @@ Replace the Maven configuration file. org.junit.jupiter junit-jupiter - 5.11.0 + 5.11.1 test org.testcontainers junit-jupiter - 1.20.1 + 1.20.2 test @@ -467,7 +467,7 @@ Replace the Maven configuration file. com.fasterxml.jackson.core jackson-core - 2.17.2 + 2.18.0 test