This is an automated email from the ASF dual-hosted git repository.
github-merge-queue[bot] pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/texera.git
The following commit(s) were added to refs/heads/main by this push:
new c7473a1d8c fix(deps): bump sttp client core to 4.0.26 (#6408)
c7473a1d8c is described below
commit c7473a1d8c8bf68f5cfab4ec4968982173ac5ae2
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jul 15 17:45:12 2026 -0700
fix(deps): bump sttp client core to 4.0.26 (#6408)
Updates `com.softwaremill.sttp.client4:core_2.13` from `4.0.25` to
`4.0.26`.
Notes:
- The `org.postgresql:postgresql` update was removed from this PR.
- `project/plugins.sbt` keeps pgjdbc pinned at `42.7.4` for jOOQ 3.19.x
codegen compatibility, as documented in that file.
- `computing-unit-managing-service/LICENSE-binary` was updated to match
the bundled sttp `4.0.26` jar.
Validation:
- `bin/licensing/check_binary_deps.py --ignore-transitive-version jar
--license-binary computing-unit-managing-service/LICENSE-binary ...`
passes locally for the service jar set.
- GitHub Actions `build / platform (computing-unit-managing-service)`
passed on commit `986cf34a99`.
- Required Checks passed on commit `986cf34a99`.
---------
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Xinyuan Lin <[email protected]>
---
computing-unit-managing-service/LICENSE-binary | 2 +-
computing-unit-managing-service/build.sbt | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/computing-unit-managing-service/LICENSE-binary
b/computing-unit-managing-service/LICENSE-binary
index c81956a2c7..0b8e4c1286 100644
--- a/computing-unit-managing-service/LICENSE-binary
+++ b/computing-unit-managing-service/LICENSE-binary
@@ -258,7 +258,7 @@ Scala/Java jars:
- com.googlecode.javaewah.JavaEWAH-1.1.12.jar
- com.helger.profiler-1.1.1.jar
- com.nimbusds.nimbus-jose-jwt-10.4.jar
- - com.softwaremill.sttp.client4.core_2.13-4.0.25.jar
+ - com.softwaremill.sttp.client4.core_2.13-4.0.26.jar
- com.softwaremill.sttp.model.core_2.13-1.7.17.jar
- com.softwaremill.sttp.shared.core_2.13-1.5.2.jar
- com.softwaremill.sttp.shared.ws_2.13-1.5.2.jar
diff --git a/computing-unit-managing-service/build.sbt
b/computing-unit-managing-service/build.sbt
index a12a138f7a..952544a6d0 100644
--- a/computing-unit-managing-service/build.sbt
+++ b/computing-unit-managing-service/build.sbt
@@ -49,7 +49,7 @@ libraryDependencies ++= Seq(
"io.kubernetes" % "client-java" % "21.0.0",
"org.jooq" % "jooq" % "3.19.36",
"com.typesafe" % "config" % "1.4.9",
- "com.softwaremill.sttp.client4" %% "core" % "4.0.25",
+ "com.softwaremill.sttp.client4" %% "core" % "4.0.26",
"com.typesafe.play" %% "play-json" % "2.10.6",
"io.fabric8" % "kubernetes-client" % "6.12.1"
)