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
+
+