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

github-merge-queue[bot] pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/texera.git


The following commit(s) were added to refs/heads/main by this push:
     new 0ccbe161f3 chore(deps, amber): update dependency 
com.google.api-client:google-api-client to v2.9.0 (#7281)
0ccbe161f3 is described below

commit 0ccbe161f3c8aebc97a9e3748738880ae6620997
Author: Mend Renovate <[email protected]>
AuthorDate: Tue Aug 4 07:50:05 2026 +0100

    chore(deps, amber): update dependency 
com.google.api-client:google-api-client to v2.9.0 (#7281)
    
    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    |
    
[com.google.api-client:google-api-client](https://repo.maven.apache.org/maven2/com/google/api-client)
    | minor | `2.2.0` → `2.9.0` |
    
    ---
    
    > [!WARNING]
    > Some dependencies could not be looked up. Check the [Dependency
    Dashboard](../issues/6912) for more information.
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: (in timezone Etc/UTC)
    
    - Branch creation
      - "before 8am on monday"
    - Automerge
      - At any time (no schedule defined)
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you
    are satisfied.
    
    ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
    rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update
    again.
    
    ---
    
    - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
    this box
    
    ---
    
    This PR was generated by [Mend Renovate](https://mend.io/renovate/).
    View the [repository job
    log](https://developer.mend.io/github/apache/texera).
    
    
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0NC4zLjIiLCJ1cGRhdGVkSW5WZXIiOiI0NC4zLjIiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyJdfQ==-->
    
    Co-authored-by: Xinyuan Lin <[email protected]>
---
 amber/LICENSE-binary-java | 11 +++++++----
 amber/build.sbt           |  2 +-
 2 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/amber/LICENSE-binary-java b/amber/LICENSE-binary-java
index 4eb3274e37..53891c111c 100644
--- a/amber/LICENSE-binary-java
+++ b/amber/LICENSE-binary-java
@@ -248,8 +248,9 @@ Scala/Java jars:
   - com.github.toastshaman.dropwizard-auth-jwt-1.1.2-0.jar
   - com.github.tototoshi.scala-csv_2.13-1.3.10.jar
   - com.google.android.annotations-4.1.1.4.jar
-  - com.google.api-client.google-api-client-2.2.0.jar
+  - com.google.api-client.google-api-client-2.9.0.jar
   - com.google.api.grpc.proto-google-common-protos-2.63.2.jar
+  - com.google.auto.value.auto-value-annotations-1.11.0.jar
   - com.google.code.findbugs.jsr305-3.0.2.jar
   - com.google.code.gson.gson-2.12.1.jar
   - com.google.errorprone.error_prone_annotations-2.45.0.jar
@@ -257,9 +258,9 @@ Scala/Java jars:
   - com.google.guava.failureaccess-1.0.3.jar
   - com.google.guava.guava-33.5.0-android.jar
   - 
com.google.guava.listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar
-  - com.google.http-client.google-http-client-1.43.3.jar
-  - com.google.http-client.google-http-client-apache-v2-1.42.3.jar
-  - com.google.http-client.google-http-client-gson-1.43.3.jar
+  - com.google.http-client.google-http-client-2.0.0.jar
+  - com.google.http-client.google-http-client-apache-v2-2.0.0.jar
+  - com.google.http-client.google-http-client-gson-2.0.0.jar
   - com.google.inject.extensions.guice-servlet-5.1.0.jar
   - com.google.inject.guice-5.1.0.jar
   - com.google.j2objc.j2objc-annotations-3.1.jar
@@ -589,6 +590,8 @@ Scala/Java jars:
   - com.esotericsoftware.kryo5-5.6.0.jar
   - com.esotericsoftware.minlog-1.3.1.jar
   - com.esotericsoftware.reflectasm-1.11.9.jar
+  - com.google.auth.google-auth-library-credentials-1.30.0.jar
+  - com.google.auth.google-auth-library-oauth2-http-1.30.0.jar
   - com.google.protobuf.protobuf-java-4.33.4.jar
   - com.google.protobuf.protobuf-java-util-4.33.4.jar
   - com.google.re2j.re2j-1.1.jar
diff --git a/amber/build.sbt b/amber/build.sbt
index 7d867791ca..df64d3deed 100644
--- a/amber/build.sbt
+++ b/amber/build.sbt
@@ -191,7 +191,7 @@ val hadoopDependencies = Seq(
 // Google Service related
 val googleServiceDependencies = Seq(
   "com.google.oauth-client" % "google-oauth-client-jetty" % "1.39.0" 
exclude("com.google.guava", "guava"),
-  "com.google.api-client" % "google-api-client" % "2.2.0" 
exclude("com.google.guava", "guava"),
+  "com.google.api-client" % "google-api-client" % "2.9.0" 
exclude("com.google.guava", "guava"),
   "com.sun.mail" % "javax.mail" % "1.6.2"
 )
 

Reply via email to