Skip to content

Commit

Permalink
prepare latest bom version release for Jan 2025
Browse files Browse the repository at this point in the history
  • Loading branch information
mssfang committed Jan 28, 2025
1 parent 9c815d4 commit e234975
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 15 deletions.
9 changes: 9 additions & 0 deletions sdk/boms/azure-sdk-bom/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Release History

## 1.2.31 (2025-01-28)

### Dependency Updates

- Added a new library entry to the BOM:
- [azure-ai-documentintelligence](https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/documentintelligence/azure-ai-documentintelligence/README.md)

- Updated Azure SDK dependency versions to the latest releases.

## 1.2.30 (2024-12-04)

### Dependency Updates
Expand Down
2 changes: 1 addition & 1 deletion sdk/boms/azure-sdk-bom/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ result in all dependencies being included in your project.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-sdk-bom</artifactId>
<version>1.2.30</version>
<version>1.2.31</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
33 changes: 19 additions & 14 deletions sdk/boms/azure-sdk-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.azure</groupId>
<artifactId>azure-sdk-bom</artifactId>
<version>1.2.30</version>
<version>1.2.31</version>
<packaging>pom</packaging>
<name>Azure Java SDK BOM (Bill of Materials)</name>
<description>Azure Java SDK BOM (Bill of Materials)</description>
Expand Down Expand Up @@ -45,6 +45,11 @@
<artifactId>azure-ai-formrecognizer</artifactId>
<version>4.1.12</version>
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-ai-documentintelligence</artifactId>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-ai-metricsadvisor</artifactId>
Expand Down Expand Up @@ -158,12 +163,12 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-cosmos</artifactId>
<version>4.65.0</version>
<version>4.66.0</version>
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-cosmos-encryption</artifactId>
<version>2.16.0</version>
<version>2.17.0</version>
</dependency>
<dependency>
<groupId>com.azure</groupId>
Expand Down Expand Up @@ -198,7 +203,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-developer-loadtesting</artifactId>
<version>1.0.19</version>
<version>1.0.20</version>
</dependency>
<dependency>
<groupId>com.azure</groupId>
Expand All @@ -213,17 +218,17 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-identity</artifactId>
<version>1.14.2</version>
<version>1.15.0</version>
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-identity-broker</artifactId>
<version>1.1.8</version>
<version>1.1.9</version>
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-identity-extensions</artifactId>
<version>1.1.22</version>
<version>1.2.0</version>
</dependency>
<dependency>
<groupId>com.azure</groupId>
Expand All @@ -238,7 +243,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-messaging-eventgrid</artifactId>
<version>4.27.0</version>
<version>4.28.0</version>
</dependency>
<dependency>
<groupId>com.azure</groupId>
Expand All @@ -248,7 +253,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-messaging-eventhubs</artifactId>
<version>5.19.2</version>
<version>5.20.0</version>
</dependency>
<dependency>
<groupId>com.azure</groupId>
Expand All @@ -258,7 +263,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-messaging-servicebus</artifactId>
<version>7.17.7</version>
<version>7.17.8</version>
</dependency>
<dependency>
<groupId>com.azure</groupId>
Expand Down Expand Up @@ -308,12 +313,12 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-security-keyvault-administration</artifactId>
<version>4.6.1</version>
<version>4.6.2</version>
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-security-keyvault-certificates</artifactId>
<version>4.7.1</version>
<version>4.7.2</version>
</dependency>
<dependency>
<groupId>com.azure</groupId>
Expand All @@ -323,12 +328,12 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-security-keyvault-keys</artifactId>
<version>4.9.1</version>
<version>4.9.2</version>
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-security-keyvault-secrets</artifactId>
<version>4.9.1</version>
<version>4.9.2</version>
</dependency>
<dependency>
<groupId>com.azure</groupId>
Expand Down

0 comments on commit e234975

Please sign in to comment.