From 75224fbefd747257a6c00b2002f239a9680fad02 Mon Sep 17 00:00:00 2001
From: Deepa Kumari <deepa_kumari@epam.com>
Date: Tue, 6 Dec 2022 10:05:55 +0000
Subject: [PATCH] Upgrade Azure SDK from 8.6.5 to 8.6.6.

---
 NOTICE                           | 3 +--
 provider/partition-azure/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/NOTICE b/NOTICE
index 8cc2adee6..910fcb9eb 100644
--- a/NOTICE
+++ b/NOTICE
@@ -333,7 +333,7 @@ The following software have components provided under the terms of this license:
 - Apache Geronimo JMS Spec 2.0 (from http://geronimo.apache.org/maven/${siteId}/${version})
 - Apache Groovy (from http://groovy-lang.org, http://groovy.codehaus.org/, https://groovy-lang.org)
 - Apache HTTP transport v2 for the Google HTTP Client Library for Java. (from https://repo1.maven.org/maven2/com/google/http-client/google-http-client-apache-v2)
-- Apache HttpClient (from http://hc.apache.org/httpcomponents-client)
+- Apache HttpClient (from http://hc.apache.org/httpcomponents-client, http://hc.apache.org/httpcomponents-client-ga)
 - Apache HttpClient Cache (from http://hc.apache.org/httpcomponents-client)
 - Apache HttpCore (from http://hc.apache.org/httpcomponents-core-ga, http://hc.apache.org/httpcomponents-core-ga/)
 - Apache Log4j API (from https://repo1.maven.org/maven2/org/apache/logging/log4j/log4j-api)
@@ -480,7 +480,6 @@ The following software have components provided under the terms of this license:
 - Microsoft Application Insights Log4j 2 Appender (from https://github.com/Microsoft/ApplicationInsights-Java)
 - Microsoft Azure Java Core Library (from https://github.com/Azure/azure-sdk-for-java)
 - Microsoft Azure Netty HTTP Client Library (from https://github.com/Azure/azure-sdk-for-java)
-- Microsoft Azure SDK for Key Vault Core (from https://github.com/Azure/azure-sdk-for-java)
 - Microsoft Azure SDK for SQL API of Azure Cosmos DB Service (from https://github.com/Azure/azure-sdk-for-java)
 - Microsoft Azure Storage Client SDK (from https://github.com/Azure/azure-storage-java)
 - Mockito (from http://mockito.org, https://github.com/mockito/mockito)
diff --git a/provider/partition-azure/pom.xml b/provider/partition-azure/pom.xml
index 491b81451..c164b0792 100644
--- a/provider/partition-azure/pom.xml
+++ b/provider/partition-azure/pom.xml
@@ -113,7 +113,7 @@
     <dependency>
       <groupId>com.microsoft.azure</groupId>
       <artifactId>azure-storage</artifactId>
-      <version>8.6.5</version>
+      <version>8.6.6</version>
     </dependency>
     <dependency>
       <groupId>com.azure.spring</groupId>
-- 
GitLab