Skip to content

Commit fa88683

Browse files
Netyyyygithub-actions
andauthored
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/5970152818 (Azure#36509)
Co-authored-by: github-actions <github-actions@github.com>
1 parent 033e765 commit fa88683

File tree

1 file changed

+59
-3
lines changed

1 file changed

+59
-3
lines changed

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

Lines changed: 59 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,14 @@
1212
"releaseStatus" : "PRERELEASE",
1313
"snapshot" : false,
1414
"supportStatus" : "TODO",
15+
"spring-boot-version" : "3.2.0-M2",
16+
"spring-cloud-version" : "2023.0.0-M1"
17+
},
18+
{
19+
"current" : false,
20+
"releaseStatus" : "PRERELEASE",
21+
"snapshot" : false,
22+
"supportStatus" : "END_OF_LIFE",
1523
"spring-boot-version" : "3.2.0-M1",
1624
"spring-cloud-version" : "2023.0.0-M1"
1725
},
@@ -20,14 +28,30 @@
2028
"releaseStatus" : "SNAPSHOT",
2129
"snapshot" : true,
2230
"supportStatus" : "TODO",
23-
"spring-boot-version" : "3.1.3-SNAPSHOT",
31+
"spring-boot-version" : "3.1.4-SNAPSHOT",
2432
"spring-cloud-version" : "2022.0.4"
2533
},
2634
{
2735
"current" : true,
2836
"releaseStatus" : "GENERAL_AVAILABILITY",
2937
"snapshot" : false,
3038
"supportStatus" : "SUPPORTED",
39+
"spring-boot-version" : "3.1.3",
40+
"spring-cloud-version" : "2022.0.4"
41+
},
42+
{
43+
"current" : false,
44+
"releaseStatus" : "SNAPSHOT",
45+
"snapshot" : true,
46+
"supportStatus" : "END_OF_LIFE",
47+
"spring-boot-version" : "3.1.3-SNAPSHOT",
48+
"spring-cloud-version" : "2022.0.4"
49+
},
50+
{
51+
"current" : false,
52+
"releaseStatus" : "GENERAL_AVAILABILITY",
53+
"snapshot" : false,
54+
"supportStatus" : "END_OF_LIFE",
3155
"spring-boot-version" : "3.1.2",
3256
"spring-cloud-version" : "2022.0.4"
3357
},
@@ -84,14 +108,30 @@
84108
"releaseStatus" : "SNAPSHOT",
85109
"snapshot" : true,
86110
"supportStatus" : "TODO",
87-
"spring-boot-version" : "3.0.10-SNAPSHOT",
111+
"spring-boot-version" : "3.0.11-SNAPSHOT",
88112
"spring-cloud-version" : "2022.0.4"
89113
},
90114
{
91115
"current" : false,
92116
"releaseStatus" : "GENERAL_AVAILABILITY",
93117
"snapshot" : false,
94118
"supportStatus" : "SUPPORTED",
119+
"spring-boot-version" : "3.0.10",
120+
"spring-cloud-version" : "2022.0.4"
121+
},
122+
{
123+
"current" : false,
124+
"releaseStatus" : "SNAPSHOT",
125+
"snapshot" : true,
126+
"supportStatus" : "END_OF_LIFE",
127+
"spring-boot-version" : "3.0.10-SNAPSHOT",
128+
"spring-cloud-version" : "2022.0.4"
129+
},
130+
{
131+
"current" : false,
132+
"releaseStatus" : "GENERAL_AVAILABILITY",
133+
"snapshot" : false,
134+
"supportStatus" : "END_OF_LIFE",
95135
"spring-boot-version" : "3.0.9",
96136
"spring-cloud-version" : "2022.0.4"
97137
},
@@ -244,14 +284,30 @@
244284
"releaseStatus" : "SNAPSHOT",
245285
"snapshot" : true,
246286
"supportStatus" : "TODO",
247-
"spring-boot-version" : "2.7.15-SNAPSHOT",
287+
"spring-boot-version" : "2.7.16-SNAPSHOT",
248288
"spring-cloud-version" : "2021.0.8"
249289
},
250290
{
251291
"current" : false,
252292
"releaseStatus" : "GENERAL_AVAILABILITY",
253293
"snapshot" : false,
254294
"supportStatus" : "SUPPORTED",
295+
"spring-boot-version" : "2.7.15",
296+
"spring-cloud-version" : "2021.0.8"
297+
},
298+
{
299+
"current" : false,
300+
"releaseStatus" : "SNAPSHOT",
301+
"snapshot" : true,
302+
"supportStatus" : "END_OF_LIFE",
303+
"spring-boot-version" : "2.7.15-SNAPSHOT",
304+
"spring-cloud-version" : "2021.0.8"
305+
},
306+
{
307+
"current" : false,
308+
"releaseStatus" : "GENERAL_AVAILABILITY",
309+
"snapshot" : false,
310+
"supportStatus" : "END_OF_LIFE",
255311
"spring-boot-version" : "2.7.14",
256312
"spring-cloud-version" : "2021.0.8"
257313
},

0 commit comments

Comments
 (0)