From e6bc7d67b88d466dfd55b81b30e052809d2e6ec6 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 20 Mar 2026 00:22:14 +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/23323304465 --- .../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..011104fbb2b8 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.0" + }, + { + "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" },