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-7490-dccb364f3add0afe41a1091f5f0b1874bea094fb in repository https://gitbox.apache.org/repos/asf/texera.git
commit aa791a47be922eedd95098b390223726178bfd93 Author: Mend Renovate <[email protected]> AuthorDate: Mon Aug 10 02:51:10 2026 +0100 chore(deps, amber): update dependency io.github.kostaskougios:cloning to v1.13.0-jdk8 (#7490) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [io.github.kostaskougios:cloning](https://redirect.github.com/kostaskougios/cloning) | minor | `1.10.3` → `1.13.0-jdk8` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiI0NC4xMi4wIiwidXBkYXRlZEluVmVyIjoiNDQuMTIuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> --------- Co-authored-by: Xinyuan Lin <[email protected]> --- amber/LICENSE-binary-java | 2 +- amber/build.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/amber/LICENSE-binary-java b/amber/LICENSE-binary-java index 8e54f6bdf2..c034ffdd86 100644 --- a/amber/LICENSE-binary-java +++ b/amber/LICENSE-binary-java @@ -327,7 +327,7 @@ Scala/Java jars: - io.dropwizard.metrics.metrics-jvm-4.0.5.jar - io.dropwizard.metrics.metrics-logback-4.0.5.jar - io.dropwizard.metrics.metrics-servlets-4.0.5.jar - - io.github.kostaskougios.cloning-1.10.3.jar + - io.github.kostaskougios.cloning-1.13.0-jdk8.jar - io.grpc.grpc-api-1.79.0.jar - io.grpc.grpc-context-1.79.0.jar - io.grpc.grpc-core-1.79.0.jar diff --git a/amber/build.sbt b/amber/build.sbt index cc1528882c..1c1fb0858b 100644 --- a/amber/build.sbt +++ b/amber/build.sbt @@ -356,6 +356,6 @@ libraryDependencies += "org.scala-lang.modules" %% "scala-collection-contrib" % // For supporting deepcopy // https://mvnrepository.com/artifact/io.github.kostaskougios/cloning -libraryDependencies += "io.github.kostaskougios" % "cloning" % "1.10.3" +libraryDependencies += "io.github.kostaskougios" % "cloning" % "1.13.0-jdk8"
