Skip to content

Commit

Permalink
Update Spring Boot and Spring Cloud versions for the compatibility te…
Browse files Browse the repository at this point in the history
…st. This commit is created by GitHub Action: https://github.com/Azure/spring-cloud-azure-tools/actions/runs/9216564215 (#40337)

Co-authored-by: github-actions <[email protected]>
  • Loading branch information
Netyyyy and github-actions authored May 31, 2024
1 parent 55acbd5 commit 57ba284
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion sdk/spring/pipeline/spring-cloud-azure-supported-spring.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
[
{
"current" : true,
"releaseStatus" : "GENERAL_AVAILABILITY",
"snapshot" : false,
"supportStatus" : "SUPPORTED",
"spring-boot-version" : "3.3.0",
"spring-cloud-version" : "2023.0.1"
},
{
"current" : false,
"releaseStatus" : "SNAPSHOT",
Expand All @@ -16,10 +24,18 @@
"spring-cloud-version" : "2023.0.0"
},
{
"current" : true,
"current" : false,
"releaseStatus" : "GENERAL_AVAILABILITY",
"snapshot" : false,
"supportStatus" : "SUPPORTED",
"spring-boot-version" : "3.2.6",
"spring-cloud-version" : "2023.0.1"
},
{
"current" : false,
"releaseStatus" : "GENERAL_AVAILABILITY",
"snapshot" : false,
"supportStatus" : "END_OF_LIFE",
"spring-boot-version" : "3.2.5",
"spring-cloud-version" : "2023.0.1"
},
Expand Down Expand Up @@ -140,6 +156,14 @@
"releaseStatus" : "GENERAL_AVAILABILITY",
"snapshot" : false,
"supportStatus" : "SUPPORTED",
"spring-boot-version" : "3.1.12",
"spring-cloud-version" : "2022.0.5"
},
{
"current" : false,
"releaseStatus" : "GENERAL_AVAILABILITY",
"snapshot" : false,
"supportStatus" : "END_OF_LIFE",
"spring-boot-version" : "3.1.11",
"spring-cloud-version" : "2022.0.5"
},
Expand Down

0 comments on commit 57ba284

Please sign in to comment.