Skip to content

Commit

Permalink
TheHive-Project#346 Update elastic4play for ES7.11 support
Browse files Browse the repository at this point in the history
  • Loading branch information
To-om authored and jaredjennings committed May 11, 2021
1 parent ce2b238 commit 36c6a91
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions app/org/thp/cortex/models/Migration.scala
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,6 @@ class Migration @Inject() (userSrv: UserSrv, organizationSrv: OrganizationSrv, w
}
)
case DatabaseState(4) => Nil
case DatabaseState(5) => Nil
}
}
2 changes: 1 addition & 1 deletion app/org/thp/cortex/models/package.scala
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package org.thp.cortex

package object models {
val modelVersion = 5
val modelVersion = 6
}
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ object Dependencies {

val reflections = "org.reflections" % "reflections" % "0.9.11"
val zip4j = "net.lingala.zip4j" % "zip4j" % "1.3.2"
val elastic4play = "org.thehive-project" %% "elastic4play" % "1.12.3"
val elastic4play = "org.thehive-project" %% "elastic4play" % "1.13.0"
val dockerClient = "com.spotify" % "docker-client" % "8.14.4"
val akkaCluster = "com.typesafe.akka" %% "akka-cluster" % play.core.PlayVersion.akkaVersion
val akkaClusterTyped = "com.typesafe.akka" %% "akka-cluster-typed" % play.core.PlayVersion.akkaVersion
Expand Down

0 comments on commit 36c6a91

Please sign in to comment.