Skip to content

Commit 54da2cf

Browse files
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] <support@github.com> * Adds missing Spring Web dependency --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Lukasz Lenart <lukaszlenart@apache.org>
1 parent 945faa7 commit 54da2cf

3 files changed

Lines changed: 14 additions & 1 deletion

File tree

blank/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,12 @@
3939
<version>${struts2.version}</version>
4040
<scope>test</scope>
4141
</dependency>
42+
<dependency>
43+
<groupId>org.springframework</groupId>
44+
<artifactId>spring-web</artifactId>
45+
<version>${spring-web.version}</version>
46+
<scope>test</scope>
47+
</dependency>
4248
</dependencies>
4349

4450
<build>

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,13 @@
4646
<maven.compiler.target>17</maven.compiler.target>
4747
<maven.javadoc.skip>true</maven.javadoc.skip>
4848

49-
<struts2.version>7.0.3</struts2.version>
49+
<struts2.version>7.1.1</struts2.version>
5050
<log4j2.version>2.25.4</log4j2.version>
5151
<jetty-plugin.version>11.0.18</jetty-plugin.version>
5252
<jackson.version>2.14.1</jackson.version>
5353
<jackson-data-bind.version>2.14.1</jackson-data-bind.version>
5454
<hibernate-validator.version>8.0.1.Final</hibernate-validator.version>
55+
<spring-web.version>6.2.12</spring-web.version>
5556
</properties>
5657

5758
<profiles>

unit-testing/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@
2222
<type>jar</type>
2323
<scope>test</scope>
2424
</dependency>
25+
<dependency>
26+
<groupId>org.springframework</groupId>
27+
<artifactId>spring-web</artifactId>
28+
<version>${spring-web.version}</version>
29+
<scope>test</scope>
30+
</dependency>
2531
</dependencies>
2632

2733
<build>

0 commit comments

Comments
 (0)