GH-898 - Upgrade to Spring Boot 3.3.5.

This commit is contained in:
Oliver Drotbohm
2024-10-24 21:41:52 +02:00
parent e015ea5aca
commit 3f62bcbfc0
3 changed files with 6 additions and 6 deletions

View File

@@ -11,10 +11,10 @@ jobs:
matrix:
version:
- '3.1.12'
- '3.1.13-SNAPSHOT'
- '3.2.7'
- '3.2.8-SNAPSHOT'
- '3.3.2-SNAPSHOT'
- '3.2.11'
- '3.2.12-SNAPSHOT'
- '3.3.6-SNAPSHOT'
- '3.4.0-SNAPSHOT'
name: Build against Boot ${{ matrix.version }}
runs-on: ubuntu-latest