3 Commits

Author SHA1 Message Date
89fa19d9ad Update s4u/setup-maven-action action to v1.15.0 2024-10-05 17:01:40 +00:00
Lee
acd87f9741 Merge pull request 'Update dependency org.springframework:spring-web to v6.1.13' (#16) from renovate/spring-core into master
All checks were successful
Publish package to my Maven Repository / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Successful in 31s
Reviewed-on: #16
2024-09-25 23:50:32 +00:00
94b9df0ec8 Update dependency org.springframework:spring-web to v6.1.13 2024-09-12 12:01:29 +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.11</version> <version>6.1.13</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>
<dependency> <dependency>