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 5a663371d1b49dbbded6b9e622ea430e7c45b0fa..fe77257afe1745c81d8a82ba4c94f3b12d1152ff 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>