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
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.17.5
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.17.5"
val hadoopVersion = "3.3.1"
val jacksonVersion = "2.11.3"
val log4jVersion = "2.17.1"
Expand Down