1 Commits

Author SHA1 Message Date
13dde46a47 Update dependency org.springframework:spring-web to v6.1.14 2024-10-17 09:01:03 +00:00
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ jobs:
# Setup Java and Maven # Setup Java and Maven
- name: Set up JDK and Maven - name: Set up JDK and Maven
uses: s4u/setup-maven-action@v1.15.0 uses: s4u/setup-maven-action@v1.14.0
with: with:
java-version: ${{ matrix.java-version }} java-version: ${{ matrix.java-version }}
distribution: "zulu" distribution: "zulu"

View File

@ -60,7 +60,7 @@
<dependency> <dependency>
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId> <artifactId>spring-web</artifactId>
<version>6.1.13</version> <version>6.1.14</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>
<dependency> <dependency>