From 9af4a51004a0782d98dd5789cf2f7d9820a743a2 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 20 Dec 2024 00:13:28 +0000 Subject: [PATCH] Update Spring Boot and Spring Cloud versions for the compatibility test. This commit is created by GitHub Action: https://github.com/Azure/spring-cloud-azure-tools/actions/runs/12422934594 --- .../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 89c5e5fef92fb..bec78dc3f1579 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" : "3.4.1", + "spring-cloud-version" : "2024.0.0" + }, + { + "current" : false, + "releaseStatus" : "GENERAL_AVAILABILITY", + "snapshot" : false, + "supportStatus" : "END_OF_LIFE", "spring-boot-version" : "3.4.0", "spring-cloud-version" : "2024.0.0" }, @@ -12,6 +20,14 @@ "releaseStatus" : "GENERAL_AVAILABILITY", "snapshot" : false, "supportStatus" : "SUPPORTED", + "spring-boot-version" : "3.3.7", + "spring-cloud-version" : "2023.0.4" + }, + { + "current" : false, + "releaseStatus" : "GENERAL_AVAILABILITY", + "snapshot" : false, + "supportStatus" : "END_OF_LIFE", "spring-boot-version" : "3.3.6", "spring-cloud-version" : "2023.0.4" },