Skip to content

Commit 0d39f6f

Browse files
authored
Updating the BOM's CHANGELOG.md, README.md, and pom to reflect recent release. (Azure#45160)
1 parent 6b38f4d commit 0d39f6f

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Release History
22

3+
## 1.2.34 (2025-04-28)
4+
5+
### Dependency Updates
6+
7+
- Updated Azure SDK dependency versions to the latest releases.
8+
9+
## 1.2.33 (2025-03-28)
10+
11+
### Dependency Updates
12+
13+
- Updated Azure SDK dependency versions to the latest releases.
14+
315
## 1.2.32 (2025-03-06)
416

517
### Dependency Updates

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ result in all dependencies being included in your project.
2121
<dependency>
2222
<groupId>com.azure</groupId>
2323
<artifactId>azure-sdk-bom</artifactId>
24-
<version>1.2.32</version>
24+
<version>1.2.34</version>
2525
<type>pom</type>
2626
<scope>import</scope>
2727
</dependency>

sdk/boms/azure-sdk-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>com.azure</groupId>
44
<artifactId>azure-sdk-bom</artifactId>
5-
<version>1.2.32</version>
5+
<version>1.2.34</version>
66
<packaging>pom</packaging>
77
<name>Azure Java SDK BOM (Bill of Materials)</name>
88
<description>Azure Java SDK BOM (Bill of Materials)</description>

0 commit comments

Comments
 (0)