Skip to content

Commit

Permalink
Update Spring Boot and Spring Cloud versions for the Spring compatibi…
Browse files Browse the repository at this point in the history
…lity tests (Azure#33281)
  • Loading branch information
Netyyyy authored Feb 2, 2023
1 parent fe0488d commit 43fa4f5
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions sdk/spring/spring-cloud-azure-supported-spring.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,30 @@
"releaseStatus" : "SNAPSHOT",
"snapshot" : true,
"supportStatus" : "TODO",
"spring-boot-version" : "3.0.2-SNAPSHOT",
"spring-cloud-version" : "2022.0.0"
"spring-boot-version" : "3.0.3-SNAPSHOT",
"spring-cloud-version" : "2022.0.1"
},
{
"current" : true,
"releaseStatus" : "GENERAL_AVAILABILITY",
"snapshot" : false,
"supportStatus" : "SUPPORTED",
"spring-boot-version" : "3.0.2",
"spring-cloud-version" : "2022.0.1"
},
{
"current" : false,
"releaseStatus" : "SNAPSHOT",
"snapshot" : true,
"supportStatus" : "END_OF_LIFE",
"spring-boot-version" : "3.0.2-SNAPSHOT",
"spring-cloud-version" : "2022.0.0"
},
{
"current" : false,
"releaseStatus" : "GENERAL_AVAILABILITY",
"snapshot" : false,
"supportStatus" : "END_OF_LIFE",
"spring-boot-version" : "3.0.1",
"spring-cloud-version" : "2022.0.0"
},
Expand Down

0 comments on commit 43fa4f5

Please sign in to comment.