Skip to content

Commit

Permalink
Bump azure versions
Browse files Browse the repository at this point in the history
  • Loading branch information
johnoliver committed Jun 14, 2024
1 parent 64fafbb commit 119aa89
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions java/semantickernel-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,17 +82,17 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-ai-openai</artifactId>
<version>1.0.0-beta.8</version>
<version>1.0.0-beta.9</version>
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-identity</artifactId>
<version>1.12.1</version>
<version>1.12.2</version>
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core</artifactId>
<version>1.49.0</version>
<version>1.49.1</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 119aa89

Please sign in to comment.