From 975f9b6436cb7f6f69f7b4f0ffcc92df21b61cab Mon Sep 17 00:00:00 2001 From: "scala-steward-baeldung[bot]" <143488814+scala-steward-baeldung[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 00:23:10 +0000 Subject: [PATCH] Update elastic4s-client-esjava, ... from 9.1.0 to 9.1.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b4e48a0de..43d9a76d7 100644 --- a/build.sbt +++ b/build.sbt @@ -418,7 +418,7 @@ val circeVersion = "0.14.15" val monixVersion = "3.4.1" val sparkVersion = "4.0.1" -val elastic4sVersion = "9.1.0" +val elastic4sVersion = "9.1.1" val sparkCoreDep = "org.apache.spark" %% "spark-core" % sparkVersion val sparkSqlDep = "org.apache.spark" %% "spark-sql" % sparkVersion