We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d96c52e commit 0d4ea43Copy full SHA for 0d4ea43
build.sbt
@@ -235,7 +235,7 @@ val `docker-controller-scala-elasticsearch` = (project in file("docker-controlle
235
scalatest.scalatest % Test,
236
logback.classic % Test,
237
elasticsearch.restHighLevelClient % Test,
238
- "co.elastic.clients" % "elasticsearch-java" % "7.17.29" % Test,
+ "co.elastic.clients" % "elasticsearch-java" % "9.1.4" % Test,
239
"com.fasterxml.jackson.core" % "jackson-databind" % "2.20.0" % Test,
240
"org.apache.logging.log4j" % "log4j-api" % "2.25.1" % Test,
241
"org.apache.logging.log4j" % "log4j-core" % "2.25.1" % Test
0 commit comments