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/8012732255 (#38897)

Co-authored-by: github-actions <github-actions@github.com>
  • Loading branch information
Netyyyy and github-actions authored Mar 1, 2024
1 parent bcf0bf0 commit be1be25
Showing 1 changed file with 19 additions and 3 deletions.
22 changes: 19 additions & 3 deletions sdk/spring/pipeline/spring-cloud-azure-supported-spring.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@
"spring-boot-version" : "3.3.0-M1",
"spring-cloud-version" : "2023.0.0"
},
{
"current" : true,
"releaseStatus" : "GENERAL_AVAILABILITY",
"snapshot" : false,
"supportStatus" : "SUPPORTED",
"spring-boot-version" : "3.2.3",
"spring-cloud-version" : "2023.0.0"
},
{
"current" : false,
"releaseStatus" : "SNAPSHOT",
Expand All @@ -24,10 +32,10 @@
"spring-cloud-version" : "2023.0.0"
},
{
"current" : true,
"current" : false,
"releaseStatus" : "GENERAL_AVAILABILITY",
"snapshot" : false,
"supportStatus" : "SUPPORTED",
"supportStatus" : "END_OF_LIFE",
"spring-boot-version" : "3.2.2",
"spring-cloud-version" : "2023.0.0"
},
Expand Down Expand Up @@ -111,6 +119,14 @@
"spring-boot-version" : "3.2.0-M1",
"spring-cloud-version" : "2023.0.0-M1"
},
{
"current" : false,
"releaseStatus" : "GENERAL_AVAILABILITY",
"snapshot" : false,
"supportStatus" : "SUPPORTED",
"spring-boot-version" : "3.1.9",
"spring-cloud-version" : "2022.0.5"
},
{
"current" : false,
"releaseStatus" : "SNAPSHOT",
Expand All @@ -123,7 +139,7 @@
"current" : false,
"releaseStatus" : "GENERAL_AVAILABILITY",
"snapshot" : false,
"supportStatus" : "SUPPORTED",
"supportStatus" : "END_OF_LIFE",
"spring-boot-version" : "3.1.8",
"spring-cloud-version" : "2022.0.5"
},
Expand Down

0 comments on commit be1be25

Please sign in to comment.