From a4f8c1cd630c2e1fb8c5c24c94d6cd46177768b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 08:25:56 +0000 Subject: [PATCH 1/2] Build(deps): Bump org.apache.struts:struts2-core from 7.0.3 to 7.1.1 Bumps org.apache.struts:struts2-core from 7.0.3 to 7.1.1. --- updated-dependencies: - dependency-name: org.apache.struts:struts2-core dependency-version: 7.1.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 96ba3db3..021b3e31 100644 --- a/pom.xml +++ b/pom.xml @@ -46,7 +46,7 @@ 17 true - 7.0.3 + 7.1.1 2.25.4 11.0.18 2.14.1 From 6ed00d3426fa9e6f9ae0cc090ceb63ca85fbbe7b Mon Sep 17 00:00:00 2001 From: Lukasz Lenart Date: Wed, 17 Jun 2026 10:32:52 +0200 Subject: [PATCH 2/2] Adds missing Spring Web dependency --- blank/pom.xml | 6 ++++++ pom.xml | 1 + unit-testing/pom.xml | 6 ++++++ 3 files changed, 13 insertions(+) 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 021b3e31..b0b37aa8 100644 --- a/pom.xml +++ b/pom.xml @@ -52,6 +52,7 @@ 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 +