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-7279-608a5e8d67071fa34718a8b495c74c641d1cc499 in repository https://gitbox.apache.org/repos/asf/texera.git
commit e7cd5b1ee030908455b65c79defc9c98e60a9372 Author: Mend Renovate <[email protected]> AuthorDate: Mon Aug 3 06:50:03 2026 +0100 chore(deps, amber): update dependency com.github.nscala-time:nscala-time to v2.34.0 (#7279) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [com.github.nscala-time:nscala-time](https://redirect.github.com/nscala-time/nscala-time) | minor | `2.32.0` → `2.34.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 | 6 +++--- amber/build.sbt | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/amber/LICENSE-binary-java b/amber/LICENSE-binary-java index 8819e2aa9b..fd010794d3 100644 --- a/amber/LICENSE-binary-java +++ b/amber/LICENSE-binary-java @@ -242,7 +242,7 @@ Scala/Java jars: - com.flipkart.zjsonpatch.zjsonpatch-0.4.16.jar - com.github.ben-manes.caffeine.caffeine-2.9.3.jar - com.github.dirkraft.dropwizard.dropwizard-file-assets-0.0.2.jar - - com.github.nscala-time.nscala-time_2.13-2.32.0.jar + - com.github.nscala-time.nscala-time_2.13-2.34.0.jar - com.github.sisyphsu.dateparser-1.0.11.jar - com.github.sisyphsu.retree-1.0.4.jar - com.github.toastshaman.dropwizard-auth-jwt-1.1.2-0.jar @@ -367,7 +367,7 @@ Scala/Java jars: - io.reactivex.rxjava3.rxjava-3.1.12.jar - javax.inject.javax.inject-1.jar - javax.validation.validation-api-2.0.1.Final.jar - - joda-time.joda-time-2.11.0.jar + - joda-time.joda-time-2.13.0.jar - net.jodah.failsafe-2.4.4.jar - org.agrona.agrona-1.22.0.jar - org.apache.arrow.arrow-format-19.0.0.jar @@ -487,7 +487,7 @@ Scala/Java jars: - org.jetbrains.kotlin.kotlin-stdlib-jdk7-1.9.10.jar - org.jetbrains.kotlin.kotlin-stdlib-jdk8-1.9.10.jar - org.jheaps.jheaps-0.11.jar - - org.joda.joda-convert-2.2.2.jar + - org.joda.joda-convert-2.2.3.jar - org.jooq.jooq-3.19.36.jar - org.json4s.json4s-ast_2.13-4.0.6.jar - org.json4s.json4s-jackson-core_2.13-4.0.6.jar diff --git a/amber/build.sbt b/amber/build.sbt index 0c7c915ef1..dd953d0da0 100644 --- a/amber/build.sbt +++ b/amber/build.sbt @@ -318,7 +318,7 @@ libraryDependencies += "com.typesafe.play" %% "play-json" % "2.9.4" libraryDependencies += "org.fusesource.leveldbjni" % "leveldbjni-all" % "1.8" // https://mvnrepository.com/artifact/com.github.nscala-time/nscala-time -libraryDependencies += "com.github.nscala-time" %% "nscala-time" % "2.32.0" +libraryDependencies += "com.github.nscala-time" %% "nscala-time" % "2.34.0" // https://mvnrepository.com/artifact/com.google.guava/guava libraryDependencies += "com.google.guava" % "guava" % "29.0-jre"
