diff --git a/blank/pom.xml b/blank/pom.xml
index a1987c67..88cda1f1 100644
--- a/blank/pom.xml
+++ b/blank/pom.xml
@@ -39,6 +39,12 @@
${struts2.version}
test
+
+ org.springframework
+ spring-web
+ ${spring-web.version}
+ test
+
diff --git a/pom.xml b/pom.xml
index 96ba3db3..b0b37aa8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -46,12 +46,13 @@
17
true
- 7.0.3
+ 7.1.1
2.25.4
11.0.18
2.14.1
2.14.1
8.0.1.Final
+ 6.2.12
diff --git a/unit-testing/pom.xml b/unit-testing/pom.xml
index aebb089b..bfd3fc6d 100644
--- a/unit-testing/pom.xml
+++ b/unit-testing/pom.xml
@@ -22,6 +22,12 @@
jar
test
+
+ org.springframework
+ spring-web
+ ${spring-web.version}
+ test
+