1 Commits

Author SHA1 Message Date
89fa19d9ad Update s4u/setup-maven-action action to v1.15.0 2024-10-05 17:01:40 +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.14.0 uses: s4u/setup-maven-action@v1.15.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.14</version> <version>6.1.13</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>
<dependency> <dependency>