From 98f1209931905f0a00fbc05c0a407533e1a9f27d Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 19 Dec 2025 00:17:12 +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/20355387385 --- .../spring-cloud-azure-supported-spring.json | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/sdk/spring/pipeline/spring-cloud-azure-supported-spring.json b/sdk/spring/pipeline/spring-cloud-azure-supported-spring.json index 3f39532fb660..8187f1bacf61 100644 --- a/sdk/spring/pipeline/spring-cloud-azure-supported-spring.json +++ b/sdk/spring/pipeline/spring-cloud-azure-supported-spring.json @@ -4,6 +4,22 @@ "releaseStatus" : "SNAPSHOT", "snapshot" : true, "supportStatus" : "TODO", + "spring-boot-version" : "3.5.10-SNAPSHOT", + "spring-cloud-version" : "2025.0.1" + }, + { + "current" : false, + "releaseStatus" : "GENERAL_AVAILABILITY", + "snapshot" : false, + "supportStatus" : "SUPPORTED", + "spring-boot-version" : "3.5.9", + "spring-cloud-version" : "2025.0.1" + }, + { + "current" : false, + "releaseStatus" : "SNAPSHOT", + "snapshot" : true, + "supportStatus" : "END_OF_LIFE", "spring-boot-version" : "3.5.9-SNAPSHOT", "spring-cloud-version" : "2025.0.0" }, @@ -11,7 +27,7 @@ "current" : false, "releaseStatus" : "GENERAL_AVAILABILITY", "snapshot" : false, - "supportStatus" : "SUPPORTED", + "supportStatus" : "END_OF_LIFE", "spring-boot-version" : "3.5.8", "spring-cloud-version" : "2025.0.0" },