Aditya Toomula created SAMZA-2776:
-------------------------------------
Summary: Upgrade Azure libraries in module samza-azure.
Key: SAMZA-2776
URL: https://issues.apache.org/jira/browse/SAMZA-2776
Project: Samza
Issue Type: Bug
Reporter: Aditya Toomula
The existing libraries are outdated and should be updated. (Samza:
[build.gradle|https://github.com/apache/samza/blob/03b187a6de0e123568f3ce3af94c946e6380fc8d/build.gradle#L262])
{code:groovy}
compile "com.azure:azure-storage-blob:12.14.0"
compile "com.azure:azure-identity:1.3.6"
compile "com.microsoft.azure:azure-storage:5.3.1"
compile "com.microsoft.azure:azure-eventhubs:1.0.1"
{code}
Proposed updates are outlined in the table below.
||library||in-use||current||
|[com.azure:azure-storage-blob|https://mvnrepository.com/artifact/com.azure/azure-storage-blob]|12.14.0|12.21.1|
|[com.azure:azure-identity|https://mvnrepository.com/artifact/com.azure/azure-identity]|1.3.6|1.8.1|
|[com.microsoft.azure:azure-storage|https://mvnrepository.com/artifact/com.microsoft.azure/azure-storage]|5.3.1|8.6.6|
|[com.microsoft.azure:azure-eventhubs|https://mvnrepository.com/artifact/com.microsoft.azure/azure-eventhubs]|1.0.1|3.3.0|
--
This message was sent by Atlassian Jira
(v8.20.10#820010)