Skip to content
Open
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
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import io.fluentlabs.content.types.internal.ElasticsearchCacheable
import io.fluentlabs.domain.client.elasticsearch.LookupAttempt
import org.elasticsearch.action.index.IndexRequest
import org.elasticsearch.action.update.UpdateRequest
import org.elasticsearch.common.xcontent.XContentType
import org.elasticsearch.xcontent.XContentType
import play.api.libs.json.{Json, Writes}

/** Holds the final result from an elasticsearch lookup, Decides whether we need
Expand Down
2 changes: 1 addition & 1 deletion local_setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ services:
ports:
- 33061:3306
elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch:7.14.2
image: docker.elastic.co/elasticsearch/elasticsearch:7.16.3
environment:
- "discovery.type=single-node"
ports:
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import sbt._
*/

object Dependencies {
val elasticsearchVersion = "7.14.2"
val elasticsearchVersion = "7.16.3"
val hadoopVersion = "3.3.1"
val jacksonVersion = "2.11.3"
val log4jVersion = "2.17.1"
Expand Down