Skip to content

Commit 7642bd2

Browse files
authored
Add version mapping between spring-boot and azure-sdk-bom (Azure#26891)
1 parent ed01200 commit 7642bd2

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

sdk/boms/azure-sdk-bom/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release History
22

3-
## 1.1.0 (2021-01-22)
3+
## 1.1.0 (2022-01-22)
44

55
### Dependency Updates
66

sdk/boms/azure-sdk-bom/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff 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

3546
After adding the BOM, Azure client libraries included in the BOM are now available to be added as a dependency without

0 commit comments

Comments
 (0)