Skip to content

Commit 2619242

Browse files
chore(deps): Update dependency org.elasticsearch.client:elasticsearch-rest-client to v9.1.5 (#1770)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4e9ea66 commit 2619242

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ val `docker-controller-scala-elasticsearch` = (project in file("docker-controlle
251251
scalatest.scalatest % Test,
252252
logback.classic % Test,
253253
"co.elastic.clients" % "elasticsearch-java" % "9.1.4" % Test,
254-
"org.elasticsearch.client" % "elasticsearch-rest-client" % "9.1.4" % Test,
254+
"org.elasticsearch.client" % "elasticsearch-rest-client" % "9.1.5" % Test,
255255
"com.fasterxml.jackson.core" % "jackson-databind" % "2.20.0" % Test,
256256
"org.apache.logging.log4j" % "log4j-api" % "2.25.2" % Test,
257257
"org.apache.logging.log4j" % "log4j-core" % "2.25.2" % Test

0 commit comments

Comments
 (0)