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
ibrahimrabab committed Sep 9, 2022
1 parent 16a9a78 commit ecd1ee4
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
Expand Up @@ -348,7 +348,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-internal-avro</artifactId>
<version>12.5.0-beta.2</version> <!-- {x-version-update;com.azure:azure-storage-internal-avro;current} -->
<version>12.4.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
Expand Up @@ -155,7 +155,7 @@ com.azure:azure-storage-blob-nio;12.0.0-beta.19;12.0.0-beta.20
com.azure:azure-storage-common;12.18.0;12.18.1
com.azure:azure-storage-file-share;12.15.0;12.16.0-beta.2
com.azure:azure-storage-file-datalake;12.12.0;12.13.0-beta.2
com.azure:azure-storage-internal-avro;12.4.1;12.5.0-beta.2
com.azure:azure-storage-internal-avro;12.4.1;12.4.2
com.azure:azure-storage-perf;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-storage-queue;12.14.1;12.15.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
Expand Up @@ -91,7 +91,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-internal-avro</artifactId>
<version>12.5.0-beta.2</version> <!-- {x-version-update;com.azure:azure-storage-internal-avro;current} -->
<version>12.4.2</version> <!-- {x-version-update;com.azure:azure-storage-internal-avro;current} -->
</dependency>

<!-- Added this dependency to include necessary annotations used by reactor core.
Expand Down
10 changes: 10 additions & 0 deletions sdk/storage/azure-storage-internal-avro/CHANGELOG.md
@@ -1,5 +1,15 @@
# Release History

## 12.4.2 (2022-09-09)

### Other Changes

#### Dependency Updates

- Upgraded `azure-core` from `1.31.0` to version `1.32.0`.
- Upgraded `azure-core-http-netty` from `1.12.4` to version `1.12.5`.
- Upgraded `azure-storage-common` from `12.18.0` to version `12.18.1`.

## 12.4.1 (2022-08-12)

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

<groupId>com.azure</groupId>
<artifactId>azure-storage-internal-avro</artifactId>
<version>12.4.1</version> <!-- {x-version-update;com.azure:azure-storage-internal-avro;current} -->
<version>12.4.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,28 +47,28 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core</artifactId>
<version>1.31.0</version> <!-- {x-version-update;com.azure:azure-core;dependency} -->
<version>1.32.0</version> <!-- {x-version-update;com.azure:azure-core;dependency} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-http-netty</artifactId>
<version>1.12.4</version> <!-- {x-version-update;com.azure:azure-core-http-netty;dependency} -->
<version>1.12.5</version> <!-- {x-version-update;com.azure:azure-core-http-netty;dependency} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-common</artifactId>
<version>12.18.0</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
<version>12.18.1</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
</dependency>
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-test</artifactId>
<version>3.4.21</version> <!-- {x-version-update;io.projectreactor:reactor-test;external_dependency} -->
<version>3.4.22</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.18.0</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
<version>12.18.1</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 ecd1ee4

Please sign in to comment.