From 3e934a8e6cc1ad13a26fee7f75c5fd8acd1ac3ab Mon Sep 17 00:00:00 2001 From: adinauer <2542832+adinauer@users.noreply.github.com> Date: Mon, 22 Sep 2025 14:16:07 +0000 Subject: [PATCH] chore: Update Spring Boot version matrices --- .github/data/spring-boot-2-versions.json | 1 - .github/data/spring-boot-3-versions.json | 7 ++++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/data/spring-boot-2-versions.json b/.github/data/spring-boot-2-versions.json index 15e163f1c23..1133cb2c63a 100644 --- a/.github/data/spring-boot-2-versions.json +++ b/.github/data/spring-boot-2-versions.json @@ -5,7 +5,6 @@ "2.4.13", "2.5.15", "2.6.15", - "2.7.0", "2.7.18" ] } diff --git a/.github/data/spring-boot-3-versions.json b/.github/data/spring-boot-3-versions.json index 9c324fefa07..238e54cd0af 100644 --- a/.github/data/spring-boot-3-versions.json +++ b/.github/data/spring-boot-3-versions.json @@ -1,9 +1,10 @@ { "versions": [ "3.0.0", - "3.2.10", - "3.3.5", - "3.4.5", + "3.1.12", + "3.2.12", + "3.3.13", + "3.4.10", "3.5.6" ] }