From a3be697330bb81493e3ccea19d9fa5aac4629e20 Mon Sep 17 00:00:00 2001 From: Andrew Nowak Date: Wed, 13 Nov 2024 11:13:06 +0000 Subject: [PATCH] remove unused "elasticsearch-action-updatebyquery" dependency This old dependency brings in an old version of the elasticsearch rest client. Remove it to remove the old, vulnerable dependency --- build.sbt | 1 - 1 file changed, 1 deletion(-) diff --git a/build.sbt b/build.sbt index 47f080dd5f..8360248bc3 100644 --- a/build.sbt +++ b/build.sbt @@ -157,7 +157,6 @@ lazy val thrall = playProject("thrall", 9002) pipelineStages := Seq(digest, gzip), libraryDependencies ++= Seq( "org.codehaus.groovy" % "groovy-json" % "3.0.7", - "com.yakaz.elasticsearch.plugins" % "elasticsearch-action-updatebyquery" % "2.2.0", "com.amazonaws" % "amazon-kinesis-client" % "1.8.10", "org.testcontainers" % "elasticsearch" % "1.19.2" % Test, "com.google.protobuf" % "protobuf-java" % "3.19.6"