diff --git a/NOTICE b/NOTICE index 8cc2adee69e20b4b2a03a1b7081e47732c342b9f..910fcb9eb5274c356a5b681951ec4ad3a20629cc 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 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>