From 32b689dab81f3119cde6734ff7d14fe137005fa9 Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Thu, 20 Jul 2023 15:01:38 +0200 Subject: [PATCH] GH-244 - Upgrade to Spring Boot 3.1.2. Updated integration CI build version matrix as well. --- .github/workflows/integration.yaml | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index 0d7f27a3a..77121e991 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -9,7 +9,7 @@ jobs: integration: strategy: matrix: - version: ['3.0.7', '3.0.8-SNAPSHOT', '3.1.1-SNAPSHOT', '3.2.0-SNAPSHOT -Dspring-framework.version=6.1.0-SNAPSHOT'] + version: ['3.0.9', '3.0.10-SNAPSHOT', '3.1.3-SNAPSHOT', '3.2.0-M1', '3.2.0-SNAPSHOT'] name: Build against Boot ${{ matrix.version }} runs-on: ubuntu-latest diff --git a/pom.xml b/pom.xml index cba454664..256c3a5fe 100644 --- a/pom.xml +++ b/pom.xml @@ -39,9 +39,9 @@ 2022.3.0 UTF-8 UTF-8 - 6.0.8 + 6.0.11 0.0.5 - 3.1.1 + 3.1.2