From 2a21f5d857fa9e70d0c4d234f4fb573700d86fd3 Mon Sep 17 00:00:00 2001 From: Muyao Feng <92105726+Netyyyy@users.noreply.github.com> Date: Wed, 1 Nov 2023 17:00:50 +0800 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/6700162502 (#37458) Co-authored-by: github-actions --- .../pipeline/spring-cloud-azure-supported-spring.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/sdk/spring/pipeline/spring-cloud-azure-supported-spring.json b/sdk/spring/pipeline/spring-cloud-azure-supported-spring.json index af67d01caa138..5acd5668d9674 100644 --- a/sdk/spring/pipeline/spring-cloud-azure-supported-spring.json +++ b/sdk/spring/pipeline/spring-cloud-azure-supported-spring.json @@ -12,6 +12,14 @@ "releaseStatus" : "PRERELEASE", "snapshot" : false, "supportStatus" : "TODO", + "spring-boot-version" : "3.2.0-RC1", + "spring-cloud-version" : "2023.0.0-M2" + }, + { + "current" : false, + "releaseStatus" : "PRERELEASE", + "snapshot" : false, + "supportStatus" : "END_OF_LIFE", "spring-boot-version" : "3.2.0-M3", "spring-cloud-version" : "2023.0.0-M2" },