Updated dependencies to align with Spring Boot 3.3.5 #52
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Latest Versions Check | |
on: [pull_request, workflow_dispatch] | |
jobs: | |
versions: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Set up JDK 23 | |
uses: oracle-actions/setup-java@v1 | |
with: | |
website: jdk.java.net | |
release: 23 | |
- name: Run Maven | |
run: ./mvnw clean versions:update-properties scm:check-local-modification -U -B |