Skip to content

Commit 17d1f96

Browse files
Netyyyygithub-actions
andauthored
Update Spring Boot and Spring Cloud versions for the Spring compatibility tests. (#47580)
This commit is created by GitHub Action: https://github.com/Azure/spring-cloud-azure-tools/actions/runs/20355387385 Co-authored-by: github-actions <[email protected]>
1 parent ac13444 commit 17d1f96

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

sdk/spring/pipeline/spring-cloud-azure-supported-spring.json

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,30 @@
44
"releaseStatus" : "SNAPSHOT",
55
"snapshot" : true,
66
"supportStatus" : "TODO",
7+
"spring-boot-version" : "3.5.10-SNAPSHOT",
8+
"spring-cloud-version" : "2025.0.1"
9+
},
10+
{
11+
"current" : false,
12+
"releaseStatus" : "GENERAL_AVAILABILITY",
13+
"snapshot" : false,
14+
"supportStatus" : "SUPPORTED",
15+
"spring-boot-version" : "3.5.9",
16+
"spring-cloud-version" : "2025.0.1"
17+
},
18+
{
19+
"current" : false,
20+
"releaseStatus" : "SNAPSHOT",
21+
"snapshot" : true,
22+
"supportStatus" : "END_OF_LIFE",
723
"spring-boot-version" : "3.5.9-SNAPSHOT",
824
"spring-cloud-version" : "2025.0.0"
925
},
1026
{
1127
"current" : false,
1228
"releaseStatus" : "GENERAL_AVAILABILITY",
1329
"snapshot" : false,
14-
"supportStatus" : "SUPPORTED",
30+
"supportStatus" : "END_OF_LIFE",
1531
"spring-boot-version" : "3.5.8",
1632
"spring-cloud-version" : "2025.0.0"
1733
},

0 commit comments

Comments
 (0)