This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/struts-examples.git


The following commit(s) were added to refs/heads/main by this push:
     new 54da2cf  Build(deps): Bump org.apache.struts:struts2-core from 7.0.3 
to 7.1.1 (#508)
54da2cf is described below

commit 54da2cf193a9e01ff07bfd3d72d7b381c0ec5da5
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jun 17 10:41:45 2026 +0200

    Build(deps): Bump org.apache.struts:struts2-core from 7.0.3 to 7.1.1 (#508)
    
    * 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] <[email protected]>
    
    * Adds missing Spring Web dependency
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Lukasz Lenart <[email protected]>
---
 blank/pom.xml        | 6 ++++++
 pom.xml              | 3 ++-
 unit-testing/pom.xml | 6 ++++++
 3 files changed, 14 insertions(+), 1 deletion(-)

diff --git a/blank/pom.xml b/blank/pom.xml
index a1987c6..88cda1f 100644
--- a/blank/pom.xml
+++ b/blank/pom.xml
@@ -39,6 +39,12 @@
             <version>${struts2.version}</version>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>org.springframework</groupId>
+            <artifactId>spring-web</artifactId>
+            <version>${spring-web.version}</version>
+            <scope>test</scope>
+        </dependency>
     </dependencies>
 
     <build>
diff --git a/pom.xml b/pom.xml
index 96ba3db..b0b37aa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -46,12 +46,13 @@
         <maven.compiler.target>17</maven.compiler.target>
         <maven.javadoc.skip>true</maven.javadoc.skip>
 
-        <struts2.version>7.0.3</struts2.version>
+        <struts2.version>7.1.1</struts2.version>
         <log4j2.version>2.25.4</log4j2.version>
         <jetty-plugin.version>11.0.18</jetty-plugin.version>
         <jackson.version>2.14.1</jackson.version>
         <jackson-data-bind.version>2.14.1</jackson-data-bind.version>
         <hibernate-validator.version>8.0.1.Final</hibernate-validator.version>
+        <spring-web.version>6.2.12</spring-web.version>
     </properties>
 
     <profiles>
diff --git a/unit-testing/pom.xml b/unit-testing/pom.xml
index aebb089..bfd3fc6 100644
--- a/unit-testing/pom.xml
+++ b/unit-testing/pom.xml
@@ -22,6 +22,12 @@
             <type>jar</type>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>org.springframework</groupId>
+            <artifactId>spring-web</artifactId>
+            <version>${spring-web.version}</version>
+            <scope>test</scope>
+        </dependency>
     </dependencies>
 
     <build>

Reply via email to