Skip to content

Commit

Permalink
Updating the SDK dependencies for azure-storage-internal-avro
Browse files Browse the repository at this point in the history
  • Loading branch information
vcolin7 committed Jun 15, 2023
1 parent 4d2d3d8 commit 39a76ed
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 9 deletions.
2 changes: 1 addition & 1 deletion eng/jacoco-test-coverage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-internal-avro</artifactId>
<version>12.8.0-beta.2</version> <!-- {x-version-update;com.azure:azure-storage-internal-avro;current} -->
<version>12.7.2</version> <!-- {x-version-update;com.azure:azure-storage-internal-avro;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
Expand Down
2 changes: 1 addition & 1 deletion eng/versioning/version_client.txt
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ com.azure:azure-storage-blob-nio;12.0.0-beta.19;12.0.0-beta.20
com.azure:azure-storage-common;12.21.1;12.21.2
com.azure:azure-storage-file-share;12.18.1;12.18.2
com.azure:azure-storage-file-datalake;12.15.2;12.15.3
com.azure:azure-storage-internal-avro;12.7.1;12.8.0-beta.2
com.azure:azure-storage-internal-avro;12.7.1;12.7.2
com.azure:azure-storage-perf;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-storage-queue;12.17.1;12.18.0-beta.2
com.azure:azure-template-perf;1.0.0-beta.1;1.0.0-beta.1
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/azure-storage-blob/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-internal-avro</artifactId>
<version>12.8.0-beta.2</version> <!-- {x-version-update;com.azure:azure-storage-internal-avro;current} -->
<version>12.7.2</version> <!-- {x-version-update;com.azure:azure-storage-internal-avro;current} -->
</dependency>

<dependency>
Expand Down
10 changes: 10 additions & 0 deletions sdk/storage/azure-storage-internal-avro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

## 12.7.2 (2023-06-14)

### Other Changes

#### Dependency Updates

- Upgraded `azure-core` from `1.39.0` to version `1.40.0`.
- Upgraded `azure-core-http-netty` from `1.13.3` to version `1.13.4`.
- Upgraded `azure-storage-common` from `12.21.1` to version `12.21.2`.

## 12.7.1 (2023-05-23)

### Other Changes
Expand Down
12 changes: 6 additions & 6 deletions sdk/storage/azure-storage-internal-avro/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<groupId>com.azure</groupId>
<artifactId>azure-storage-internal-avro</artifactId>
<version>12.7.1</version> <!-- {x-version-update;com.azure:azure-storage-internal-avro;current} -->
<version>12.7.2</version> <!-- {x-version-update;com.azure:azure-storage-internal-avro;current} -->

<name>Microsoft Azure internal Avro module for Storage</name>
<description>This module contains internal use only avro parser code based for Microsoft Azure Storage client libraries.</description>
Expand Down Expand Up @@ -47,17 +47,17 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core</artifactId>
<version>1.39.0</version> <!-- {x-version-update;com.azure:azure-core;dependency} -->
<version>1.40.0</version> <!-- {x-version-update;com.azure:azure-core;dependency} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-http-netty</artifactId>
<version>1.13.3</version> <!-- {x-version-update;com.azure:azure-core-http-netty;dependency} -->
<version>1.13.4</version> <!-- {x-version-update;com.azure:azure-core-http-netty;dependency} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-common</artifactId>
<version>12.21.1</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
<version>12.21.2</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
</dependency>

<dependency>
Expand All @@ -69,13 +69,13 @@
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-test</artifactId>
<version>3.4.27</version> <!-- {x-version-update;io.projectreactor:reactor-test;external_dependency} -->
<version>3.4.29</version> <!-- {x-version-update;io.projectreactor:reactor-test;external_dependency} -->
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-common</artifactId>
<version>12.21.1</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
<version>12.21.2</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
<classifier>tests</classifier>
<type>test-jar</type>
<scope>test</scope>
Expand Down

0 comments on commit 39a76ed

Please sign in to comment.