This is an automated email from the ASF dual-hosted git repository.

siddteotia pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git


The following commit(s) were added to refs/heads/master by this push:
     new 829ede946c Bump up azure dep versions to resolve conflict with netty 
(#8552)
829ede946c is described below

commit 829ede946c23b8abd66ba81c3f86e999e5b6ec6d
Author: Jia Guo <jia...@linkedin.com>
AuthorDate: Mon Apr 18 09:28:16 2022 -0700

    Bump up azure dep versions to resolve conflict with netty (#8552)
    
    * Bump up azure dep versions to resolve conflict with netty
    
    * Bump up azure dep versions to resolve conflict with netty
    
    * Bump up azure dep versions to resolve conflict with netty
---
 pinot-plugins/pinot-file-system/pinot-adls/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pinot-plugins/pinot-file-system/pinot-adls/pom.xml 
b/pinot-plugins/pinot-file-system/pinot-adls/pom.xml
index 627d3b8dd7..4cf4366bec 100644
--- a/pinot-plugins/pinot-file-system/pinot-adls/pom.xml
+++ b/pinot-plugins/pinot-file-system/pinot-adls/pom.xml
@@ -44,7 +44,7 @@
     <dependency>
       <groupId>com.azure</groupId>
       <artifactId>azure-storage-file-datalake</artifactId>
-      <version>12.4.0</version>
+      <version>12.8.0</version>
       <exclusions>
         <exclusion>
           <groupId>io.netty</groupId>
@@ -59,7 +59,7 @@
     <dependency>
       <groupId>com.azure</groupId>
       <artifactId>azure-identity</artifactId>
-      <version>1.2.2</version>
+      <version>1.4.6</version>
       <scope>provided</scope>
       <exclusions>
         <exclusion>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to