From fbc326187dddd29157fa84e2c8b4bc81a8146394 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 21 Mar 2026 00:20:31 +0000 Subject: [PATCH] Update Spring Boot and Spring Cloud versions for the Spring compatibility tests. This commit is created by GitHub Action: https://github.com/Azure/spring-cloud-azure-tools/actions/runs/23367723957 --- .../spring-cloud-azure-supported-spring.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/sdk/spring/pipeline/spring-cloud-azure-supported-spring.json b/sdk/spring/pipeline/spring-cloud-azure-supported-spring.json index bfac0801666b..fa3f569f8c18 100644 --- a/sdk/spring/pipeline/spring-cloud-azure-supported-spring.json +++ b/sdk/spring/pipeline/spring-cloud-azure-supported-spring.json @@ -4,6 +4,14 @@ "releaseStatus" : "GENERAL_AVAILABILITY", "snapshot" : false, "supportStatus" : "SUPPORTED", + "spring-boot-version" : "4.0.4", + "spring-cloud-version" : "2025.1.1" + }, + { + "current" : false, + "releaseStatus" : "GENERAL_AVAILABILITY", + "snapshot" : false, + "supportStatus" : "END_OF_LIFE", "spring-boot-version" : "4.0.3", "spring-cloud-version" : "2025.1.0" }, @@ -36,6 +44,14 @@ "releaseStatus" : "GENERAL_AVAILABILITY", "snapshot" : false, "supportStatus" : "SUPPORTED", + "spring-boot-version" : "3.5.12", + "spring-cloud-version" : "2025.0.1" + }, + { + "current" : false, + "releaseStatus" : "GENERAL_AVAILABILITY", + "snapshot" : false, + "supportStatus" : "END_OF_LIFE", "spring-boot-version" : "3.5.11", "spring-cloud-version" : "2025.0.1" },