GH-467 - Upgrade to Spring Boot 3.2.2.

Also Spring Framework 6.1.3.
This commit is contained in:
Oliver Drotbohm
2024-01-19 21:21:44 +01:00
parent d7f648e990
commit 6b41d29fbf
3 changed files with 7 additions and 7 deletions

View File

@@ -10,9 +10,9 @@ jobs:
strategy:
matrix:
version:
- '3.1.7'
- '3.1.8-SNAPSHOT'
- '3.2.2-SNAPSHOT'
- '3.1.9'
- '3.1.10-SNAPSHOT'
- '3.2.3-SNAPSHOT'
name: Build against Boot ${{ matrix.version }}
runs-on: ubuntu-latest