diff --git a/NOTICE b/NOTICE
index 72961d440deca445d5e07745e31baaf2654d0197..758af374e4be61fc4cb009c29bea800a165ce52e 100644
--- a/NOTICE
+++ b/NOTICE
@@ -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 491b81451895e054aa379fa4753345373f0c1271..c164b07926b8f950ccdd324f0d3857a028b51455 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>