From 083fab9a5ffcb7c9ce30ad9ec0b51a8ad700788f Mon Sep 17 00:00:00 2001 From: broadbot Date: Mon, 11 Sep 2023 12:09:46 +0000 Subject: [PATCH] Update transport from 5.6.16 to 7.17.13 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 074aff364..4fdaabfcc 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -66,7 +66,7 @@ object Dependencies { "net.virtual-void" %% "json-lenses" % "0.6.2" % "test", - "org.elasticsearch.client" % "transport" % "5.6.16" // pin to this version; it's the latest compatible with our elasticsearch server + "org.elasticsearch.client" % "transport" % "7.17.13" // pin to this version; it's the latest compatible with our elasticsearch server exclude("io.netty", "netty-codec") exclude("io.netty", "netty-transport") exclude("io.netty", "netty-resolver")