This is an automated email from the ASF dual-hosted git repository.
kw2542 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/samza.git
The following commit(s) were added to refs/heads/master by this push:
new 39e5806 Bump azure blob store version since 12.0.1 no longer in mvn
central
39e5806 is described below
commit 39e5806c7b876b60e41d86f6ef51c6a28482c229
Author: Daniel Chen <[email protected]>
AuthorDate: Thu Aug 19 16:29:06 2021 -0700
Bump azure blob store version since 12.0.1 no longer in mvn central
---
build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.gradle b/build.gradle
index 2b98b8a..ab91933 100644
--- a/build.gradle
+++ b/build.gradle
@@ -214,7 +214,7 @@ project(":samza-azure_$scalaSuffix") {
apply plugin: 'java'
dependencies {
- compile "com.azure:azure-storage-blob:12.0.1"
+ compile "com.azure:azure-storage-blob:12.10.0"
compile "com.azure:azure-identity:1.0.0"
compile "com.microsoft.azure:azure-storage:5.3.1"
compile "com.microsoft.azure:azure-eventhubs:1.0.1"