You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by ja...@apache.org on 2022/02/03 23:49:56 UTC

[pinot] branch master updated: Updating gcloud libraries to fix underlying issue with api's with CMEK (#8121)

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

jackie 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 7d74c8c  Updating gcloud libraries to fix underlying issue with api's with CMEK (#8121)
7d74c8c is described below

commit 7d74c8c5d08a7f9abd3a65592eee51b234e77e51
Author: AkshathPatkar <ak...@wepay.com>
AuthorDate: Thu Feb 3 15:48:57 2022 -0800

    Updating gcloud libraries to fix underlying issue with api's with CMEK (#8121)
---
 pinot-plugins/pinot-file-system/pinot-gcs/pom.xml | 36 ++++++++++++++++++-----
 1 file changed, 29 insertions(+), 7 deletions(-)

diff --git a/pinot-plugins/pinot-file-system/pinot-gcs/pom.xml b/pinot-plugins/pinot-file-system/pinot-gcs/pom.xml
index 528b641..05dc59c 100644
--- a/pinot-plugins/pinot-file-system/pinot-gcs/pom.xml
+++ b/pinot-plugins/pinot-file-system/pinot-gcs/pom.xml
@@ -46,7 +46,7 @@
     <dependency>
       <groupId>com.google.cloud</groupId>
       <artifactId>google-cloud-storage</artifactId>
-      <version>1.102.0</version>
+      <version>1.113.1</version>
       <exclusions>
         <exclusion>
           <groupId>com.google.guava</groupId>
@@ -65,18 +65,18 @@
     <dependency>
       <groupId>com.google.api-client</groupId>
       <artifactId>google-api-client</artifactId>
-      <version>1.30.4</version>
+      <version>1.30.10</version>
     </dependency>
     <dependency>
       <groupId>com.google.http-client</groupId>
       <artifactId>google-http-client</artifactId>
-      <version>1.32.1</version>
+      <version>1.36.0</version>
     </dependency>
     <!-- Due to dependency convergence issues with google cloud storage: https://github.com/googleapis/google-cloud-java/issues/4175 -->
     <dependency>
       <groupId>com.google.api.grpc</groupId>
       <artifactId>proto-google-common-protos</artifactId>
-      <version>1.17.0</version>
+      <version>1.18.1</version>
       <exclusions>
         <exclusion>
           <groupId>com.google.protobuf</groupId>
@@ -87,7 +87,7 @@
     <dependency>
       <groupId>com.google.api.grpc</groupId>
       <artifactId>proto-google-iam-v1</artifactId>
-      <version>0.13.0</version>
+      <version>1.0.0</version>
       <exclusions>
         <exclusion>
           <groupId>com.google.protobuf</groupId>
@@ -102,7 +102,7 @@
     <dependency>
       <groupId>com.google.apis</groupId>
       <artifactId>google-api-services-storage</artifactId>
-      <version>v1-rev20190910-1.30.3</version>
+      <version>v1-rev20200814-1.30.10</version>
       <exclusions>
         <exclusion>
           <groupId>com.google.api-client</groupId>
@@ -113,12 +113,28 @@
     <dependency>
       <groupId>com.google.api</groupId>
       <artifactId>gax-httpjson</artifactId>
-      <version>0.66.1</version>
+      <version>0.75.2</version>
       <exclusions>
         <exclusion>
           <groupId>com.google.http-client</groupId>
           <artifactId>google-http-client</artifactId>
         </exclusion>
+        <exclusion>
+          <groupId>org.threeten</groupId>
+          <artifactId>threetenbp</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.api</groupId>
+          <artifactId>api-common</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.auth</groupId>
+          <artifactId>google-auth-library-credentials</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.google.auth</groupId>
+          <artifactId>google-auth-library-oauth2-http</artifactId>
+        </exclusion>
       </exclusions>
     </dependency>
     <dependency>
@@ -133,6 +149,12 @@
       <groupId>com.google.cloud</groupId>
       <artifactId>google-cloud-nio</artifactId>
       <version>0.120.0-alpha</version>
+      <exclusions>
+        <exclusion>
+          <groupId>com.google.cloud</groupId>
+          <artifactId>google-cloud-storage</artifactId>
+        </exclusion>
+      </exclusions>
     </dependency>
   </dependencies>
 </project>

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