Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lock.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ Compile / dependencyOverrides ++= {
"org.elasticsearch" % "elasticsearch-x-content" % "6.8.23",
"org.elasticsearch" % "jna" % "5.5.0",
"org.elasticsearch.client" % "elasticsearch-rest-client" % "6.8.23",
"org.elasticsearch.client" % "transport" % "6.8.23",
"org.elasticsearch.client" % "transport" % "7.17.28",
"org.elasticsearch.plugin" % "lang-mustache-client" % "6.8.23",
"org.elasticsearch.plugin" % "parent-join-client" % "6.8.23",
"org.elasticsearch.plugin" % "percolator-client" % "6.8.23",
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ object Dependencies {
// When upgrading to next major version, consider improving the mappings at the same
// time? Change id fields from type integer to type keyword. [es_kwd] [ty_v1]
val elasticsearchClient = "org.elasticsearch" % "elasticsearch" % "6.8.23"
val elasticsearchClientTransport = "org.elasticsearch.client" % "transport" % "6.8.23"
val elasticsearchClientTransport = "org.elasticsearch.client" % "transport" % "7.17.28"

val guava = "com.google.guava" % "guava" % "33.4.0-jre"
val findbugsJsr304 = "com.google.code.findbugs" % "jsr305" % "3.0.2" % "provided"
Expand Down