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-7278-56374272523e549f63ff949013f7555a9335d0aa in repository https://gitbox.apache.org/repos/asf/texera.git
commit 608a5e8d67071fa34718a8b495c74c641d1cc499 Author: Mend Renovate <[email protected]> AuthorDate: Mon Aug 3 05:29:08 2026 +0100 chore(deps, amber): update dependency com.github.marianobarrios:lbmq to v0.7.0 (#7278) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [com.github.marianobarrios:lbmq](https://redirect.github.com/marianobarrios/linked-blocking-multi-queue) | minor | `0.6.0` → `0.7.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/6912) for more information. --- ### Release Notes <details> <summary>marianobarrios/linked-blocking-multi-queue (com.github.marianobarrios:lbmq)</summary> ### [`v0.7.0`](https://redirect.github.com/marianobarrios/linked-blocking-multi-queue/releases/tag/0.7.0) [Compare Source](https://redirect.github.com/marianobarrios/linked-blocking-multi-queue/compare/0.6.0...0.7.0) Fixes [#​60](https://redirect.github.com/marianobarrios/linked-blocking-multi-queue/issues/60) </details> --- ### 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 | 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 d438b2eb52..8819e2aa9b 100644 --- a/amber/LICENSE-binary-java +++ b/amber/LICENSE-binary-java @@ -609,7 +609,7 @@ Dependencies under the BSD 2-Clause License Scala/Java jars: - com.github.luben.zstd-jni-1.5.6-6.jar - - com.github.marianobarrios.lbmq-0.6.0.jar + - com.github.marianobarrios.lbmq-0.7.0.jar - dnsjava.dnsjava-3.6.1.jar - org.codehaus.woodstox.stax2-api-4.2.1.jar - org.postgresql.postgresql-42.7.13.jar diff --git a/amber/build.sbt b/amber/build.sbt index 7891ee35b8..0c7c915ef1 100644 --- a/amber/build.sbt +++ b/amber/build.sbt @@ -290,7 +290,7 @@ libraryDependencies += "com.univocity" % "univocity-parsers" % "2.9.1" libraryDependencies += "com.konghq" % "unirest-java" % "3.14.5" // https://mvnrepository.com/artifact/com.github.marianobarrios/lbmq -libraryDependencies += "com.github.marianobarrios" % "lbmq" % "0.6.0" +libraryDependencies += "com.github.marianobarrios" % "lbmq" % "0.7.0" // https://mvnrepository.com/artifact/org.jooq/jooq libraryDependencies += "org.jooq" % "jooq" % "3.19.36"
