This is an automated email from the ASF dual-hosted git repository. github-merge-queue[bot] pushed a commit to branch gh-readonly-queue/main/pr-7282-2a535350ee16e9b28853a7128c7795105a02778c in repository https://gitbox.apache.org/repos/asf/texera.git
commit 96f47c786548c26db30efa666fdf6bb43b5406bd Author: Mend Renovate <[email protected]> AuthorDate: Tue Aug 4 00:05:47 2026 +0100 chore(deps, amber): update dependency com.google.oauth-client:google-oauth-client-jetty to v1.39.0 (#7282) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [com.google.oauth-client:google-oauth-client-jetty](https://repo.maven.apache.org/maven2/com/google/oauth-client) | minor | `1.34.1` → `1.39.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]> Co-authored-by: Claude Opus 5 <[email protected]> --- amber/LICENSE-binary-java | 10 +++++----- amber/build.sbt | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/amber/LICENSE-binary-java b/amber/LICENSE-binary-java index 5bd2534e11..4eb3274e37 100644 --- a/amber/LICENSE-binary-java +++ b/amber/LICENSE-binary-java @@ -257,15 +257,15 @@ 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.42.3.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.42.3.jar + - com.google.http-client.google-http-client-gson-1.43.3.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 - - com.google.oauth-client.google-oauth-client-1.34.1.jar - - com.google.oauth-client.google-oauth-client-java6-1.34.1.jar - - com.google.oauth-client.google-oauth-client-jetty-1.34.1.jar + - com.google.oauth-client.google-oauth-client-1.39.0.jar + - com.google.oauth-client.google-oauth-client-java6-1.39.0.jar + - com.google.oauth-client.google-oauth-client-jetty-1.39.0.jar - com.googlecode.javaewah.JavaEWAH-1.1.12.jar - com.hierynomus.asn-one-0.6.0.jar - com.nimbusds.nimbus-jose-jwt-10.4.jar diff --git a/amber/build.sbt b/amber/build.sbt index 1814e4cedd..7d867791ca 100644 --- a/amber/build.sbt +++ b/amber/build.sbt @@ -190,7 +190,7 @@ val hadoopDependencies = Seq( ///////////////////////////////////////////////////////////////////////////// // Google Service related val googleServiceDependencies = Seq( - "com.google.oauth-client" % "google-oauth-client-jetty" % "1.34.1" exclude("com.google.guava", "guava"), + "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.sun.mail" % "javax.mail" % "1.6.2" )
