GH-569 - Upgrade to Spring Boot 3.2.5.

This commit is contained in:
Oliver Drotbohm
2024-04-29 08:46:24 +02:00
parent d7b6ae04f7
commit c851614c44
3 changed files with 6 additions and 6 deletions

View File

@@ -10,9 +10,9 @@ jobs:
strategy:
matrix:
version:
- '3.1.9'
- '3.1.10-SNAPSHOT'
- '3.2.4-SNAPSHOT'
- '3.1.11'
- '3.1.12-SNAPSHOT'
- '3.2.6-SNAPSHOT'
name: Build against Boot ${{ matrix.version }}
runs-on: ubuntu-latest