Skip to content

Commit

Permalink
Updating the SDK dependencies for azure-storage-file-datalake
Browse files Browse the repository at this point in the history
  • Loading branch information
ibrahimrabab committed Sep 9, 2022
1 parent d654a5e commit 803d3cd
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 12 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 @@ -343,7 +343,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-file-datalake</artifactId>
<version>12.13.0-beta.2</version> <!-- {x-version-update;com.azure:azure-storage-file-datalake;current} -->
<version>12.12.1</version> <!-- {x-version-update;com.azure:azure-storage-file-datalake;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 @@ -154,7 +154,7 @@ com.azure:azure-storage-blob-cryptography;12.18.0;12.18.1
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-file-datalake;12.12.0;12.12.1
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
Expand Down
10 changes: 10 additions & 0 deletions sdk/storage/azure-storage-file-datalake/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

## 12.12.1 (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-blob` from `12.19.0` to version `12.19.1`.

## 12.12.0 (2022-08-12)

### Features Added
Expand Down
18 changes: 9 additions & 9 deletions sdk/storage/azure-storage-file-datalake/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-file-datalake</artifactId>
<version>12.12.0</version> <!-- {x-version-update;com.azure:azure-storage-file-datalake;current} -->
<version>12.12.1</version> <!-- {x-version-update;com.azure:azure-storage-file-datalake;current} -->

<name>Microsoft Azure client library for File Storage Data Lake</name>
<description>This module contains client library for Microsoft Azure File Storage Data Lake.</description>
Expand Down Expand Up @@ -75,17 +75,17 @@
<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-blob</artifactId>
<version>12.19.0</version> <!-- {x-version-update;com.azure:azure-storage-blob;current} -->
<version>12.19.1</version> <!-- {x-version-update;com.azure:azure-storage-blob;current} -->
</dependency>

<!-- Added this dependency to include necessary annotations used by reactor core.
Expand All @@ -101,27 +101,27 @@
<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>
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-test</artifactId>
<version>1.11.0</version> <!-- {x-version-update;com.azure:azure-core-test;dependency} -->
<version>1.12.0</version> <!-- {x-version-update;com.azure:azure-core-test;dependency} -->
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-identity</artifactId>
<version>1.5.4</version> <!-- {x-version-update;com.azure:azure-identity;dependency} -->
<version>1.5.5</version> <!-- {x-version-update;com.azure:azure-identity;dependency} -->
<scope>test</scope>
</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>
Expand Down Expand Up @@ -157,7 +157,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-http-okhttp</artifactId>
<version>1.11.1</version> <!-- {x-version-update;com.azure:azure-core-http-okhttp;dependency} -->
<version>1.11.2</version> <!-- {x-version-update;com.azure:azure-core-http-okhttp;dependency} -->
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/azure-storage-perf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-file-datalake</artifactId>
<version>12.13.0-beta.2</version> <!-- {x-version-update;com.azure:azure-storage-file-datalake;current} -->
<version>12.12.1</version> <!-- {x-version-update;com.azure:azure-storage-file-datalake;current} -->
</dependency>

<dependency>
Expand Down

0 comments on commit 803d3cd

Please sign in to comment.