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-7275-af8cec2e2cccab5ad35be68c1de901a31c9b79f0 in repository https://gitbox.apache.org/repos/asf/texera.git
commit ced81eefacea19c31cd8279a9dc3a7673b5bf373 Author: Mend Renovate <[email protected]> AuthorDate: Mon Aug 3 04:37:51 2026 +0100 chore(deps, amber): update dependency ch.vorburger.mariadb4j:mariadb4j to v2.6.0 (#7275) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ch.vorburger.mariaDB4j:mariaDB4j](https://repo.maven.apache.org/maven2/ch/vorburger/mariaDB4j) | Test | minor | `2.4.0` → `2.6.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/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/amber/build.sbt b/amber/build.sbt index 769bcb15bd..7891ee35b8 100644 --- a/amber/build.sbt +++ b/amber/build.sbt @@ -253,7 +253,7 @@ Compile / compile := (Compile / compile).dependsOn(genPythonProto).value // https://mvnrepository.com/artifact/org.scalamock/scalamock libraryDependencies += "org.scalamock" %% "scalamock" % "5.2.0" % Test // https://mvnrepository.com/artifact/ch.vorburger.mariaDB4j/mariaDB4j -libraryDependencies += "ch.vorburger.mariaDB4j" % "mariaDB4j" % "2.4.0" % Test +libraryDependencies += "ch.vorburger.mariaDB4j" % "mariaDB4j" % "2.6.0" % Test // https://www.scalatest.org/getting_started_with_fun_suite libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.20" % Test // JUnit related dependencies
