diff --git a/pom.xml b/pom.xml
index 0c11cf0fd1..86fc891d4f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -66,7 +66,7 @@
2.17.0
1.17.1
3.3.5
- 6.1.14
+ 6.2.0
0.16.0
0.10.2
@@ -179,6 +179,16 @@
spring-boot
${spring.boot.version}
+
+ org.springframework
+ spring-core
+ ${spring.version}
+
+
+ org.springframework
+ spring-context
+ ${spring.version}
+
org.springframework.boot
spring-boot-autoconfigure
diff --git a/spring/pom.xml b/spring/pom.xml
index e8bfb42956..6686ab1e30 100644
--- a/spring/pom.xml
+++ b/spring/pom.xml
@@ -67,6 +67,10 @@
spring-test
test
+
+ org.springframework
+ spring-core
+
org.wiremock
wiremock