From dd76b1836bd6583151c8979d11914c27746eee39 Mon Sep 17 00:00:00 2001 From: Philippe Joseph Date: Sun, 8 Mar 2026 08:38:29 +0100 Subject: [PATCH] chore: apply pom.xml updates from springboot-test-ref branch --- BankingAppCore/pom.xml | 12 ++++++++++++ BankingAppServer/pom.xml | 23 ++++++++++------------- 2 files changed, 22 insertions(+), 13 deletions(-) diff --git a/BankingAppCore/pom.xml b/BankingAppCore/pom.xml index ba5a4c9..f9a791a 100644 --- a/BankingAppCore/pom.xml +++ b/BankingAppCore/pom.xml @@ -82,6 +82,18 @@ 2.24.0 test + + org.json + json + 20231013 + test + + + com.google.code.gson + gson + 2.10.1 + test + diff --git a/BankingAppServer/pom.xml b/BankingAppServer/pom.xml index e3b64c6..89d207b 100644 --- a/BankingAppServer/pom.xml +++ b/BankingAppServer/pom.xml @@ -18,7 +18,7 @@ UTF-8 UTF-8 UTF-8 - 3.4.2 + 3.5.6 @@ -49,12 +49,6 @@ - - org.wiremock - wiremock - 3.5.4 - test - com.simplytest @@ -152,17 +146,20 @@ org.slf4j slf4j-api - 2.0.13 - - - org.slf4j - slf4j-simple - 2.0.13 + 2.0.17 org.apache.httpcomponents.client5 httpclient5 + + + org.wiremock.integrations + wiremock-spring-boot + 3.9.0 + test + +