File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 11# Release History
22
3- ## 1.1.0 (2021 -01-22)
3+ ## 1.1.0 (2022 -01-22)
44
55### Dependency Updates
66
Original file line number Diff line number Diff line change @@ -30,6 +30,17 @@ result in all dependencies being included in your project.
3030</dependencyManagement >
3131```
3232
33+ #### Determine the version of azure-sdk-bom according to the version of Spring Boot
34+
35+ If you are using Spring Boot in your project, you can determine the version of azure-sdk-bom according to the version of Spring Boot.
36+
37+ | Version of Spring Boot | Version of azure-sdk-bom |
38+ | ---------------------- | ----------------------- |
39+ | 2.6.x | 1.1.0 |
40+ | 2.5.x | 1.0.6 |
41+ | 2.4.x | 1.0.3 |
42+ | < 2.4.0 | Not supported |
43+
3344### Adding libraries to your project
3445
3546After adding the BOM, Azure client libraries included in the BOM are now available to be added as a dependency without
You can’t perform that action at this time.
0 commit comments