From c58912a8a5beec4c189d1a2ecf126021ca2e7193 Mon Sep 17 00:00:00 2001 From: Armin Braun Date: Fri, 20 Mar 2020 14:03:41 +0100 Subject: [PATCH] Upgrade to Azure SDK 8.6.2 This fixes some bugs around retrying and URL encoding and should enable a follow-up that finally adds bulk deletes on Azure. --- plugins/repository-azure/build.gradle | 2 +- plugins/repository-azure/licenses/azure-storage-8.4.0.jar.sha1 | 1 - plugins/repository-azure/licenses/azure-storage-8.6.2.jar.sha1 | 1 + 3 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 plugins/repository-azure/licenses/azure-storage-8.4.0.jar.sha1 create mode 100644 plugins/repository-azure/licenses/azure-storage-8.6.2.jar.sha1 diff --git a/plugins/repository-azure/build.gradle b/plugins/repository-azure/build.gradle index 33ab95e6ea405..418eccc87ecfa 100644 --- a/plugins/repository-azure/build.gradle +++ b/plugins/repository-azure/build.gradle @@ -25,7 +25,7 @@ esplugin { } dependencies { - compile 'com.microsoft.azure:azure-storage:8.4.0' + compile 'com.microsoft.azure:azure-storage:8.6.2' compile 'com.microsoft.azure:azure-keyvault-core:1.0.0' compile 'com.google.guava:guava:20.0' compile 'org.apache.commons:commons-lang3:3.4' diff --git a/plugins/repository-azure/licenses/azure-storage-8.4.0.jar.sha1 b/plugins/repository-azure/licenses/azure-storage-8.4.0.jar.sha1 deleted file mode 100644 index db3b2baba0644..0000000000000 --- a/plugins/repository-azure/licenses/azure-storage-8.4.0.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -002c6b7827f06869b8d04880bf913ce4efcc9ad4 \ No newline at end of file diff --git a/plugins/repository-azure/licenses/azure-storage-8.6.2.jar.sha1 b/plugins/repository-azure/licenses/azure-storage-8.6.2.jar.sha1 new file mode 100644 index 0000000000000..0f8f24231fbdb --- /dev/null +++ b/plugins/repository-azure/licenses/azure-storage-8.6.2.jar.sha1 @@ -0,0 +1 @@ +d1b6de7264205e2441c667dfee5b002bbac61644 \ No newline at end of file