Skip to content

Commit a441bf2

Browse files
Update elastic4s-client-esjava, ... from 8.16.0 to 8.17.1
1 parent 97abe22 commit a441bf2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.sbt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ lazy val scala2_libraries =
417417
val circeVersion = "0.14.10"
418418
val monixVersion = "3.4.1"
419419
val sparkVersion = "3.5.5"
420-
val elastic4sVersion = "8.16.0"
420+
val elastic4sVersion = "8.17.1"
421421

422422
val sparkCoreDep = "org.apache.spark" %% "spark-core" % sparkVersion
423423
val sparkSqlDep = "org.apache.spark" %% "spark-sql" % sparkVersion
@@ -446,7 +446,6 @@ lazy val scala_libraries = (project in file("scala-libraries"))
446446
"com.opencsv" % "opencsv" % "5.9",
447447
"com.github.tototoshi" %% "scala-csv" % "2.0.0",
448448
"org.apache.commons" % "commons-csv" % "1.12.0"
449-
450449
),
451450
libraryDependencies ++= Seq(
452451
"org.playframework" %% "play-slick" % LibraryVersions.playSlickVersion,

0 commit comments

Comments
 (0)