Skip to content

Commit cf60252

Browse files
To-omPierreLM3
authored andcommitted
[DL-718] chore: Update dependencies
1 parent 800b085 commit cf60252

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

build.sbt

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ThisBuild / evictionErrorLevel := util.Level.Warn
55

66
ThisBuild / dependencyOverrides ++= Seq(
77
Dependencies.Play.twirl,
8-
"com.fasterxml.jackson.core" % "jackson-databind" % "2.13.5",
8+
"com.fasterxml.jackson.core" % "jackson-databind" % "2.14.3",
99
"org.apache.commons" % "commons-compress" % "1.23.0",
1010
"com.google.guava" % "guava" % "32.1.1-jre"
1111
)
@@ -40,9 +40,6 @@ lazy val cortex = (project in file("."))
4040
"com.github.jnr" % "jnr-enxio" % "0.32.14",
4141
"com.github.jnr" % "jnr-unixsocket" % "0.38.19"
4242
),
43-
resolvers += Resolver.sbtPluginRepo("releases"),
44-
resolvers += "scalaz-bintray" at "https://dl.bintray.com/scalaz/releases",
45-
resolvers += "elasticsearch-releases" at "https://artifacts.elastic.co/maven",
4643
Compile / packageDoc / publishArtifact := false,
4744
Compile / doc / sources := Seq.empty,
4845
// Front-end //
@@ -66,8 +63,8 @@ libraryDependencies ++= Seq(
6663
"com.sksamuel.elastic4s" %% "elastic4s-http-streams" % elastic4sVersion,
6764
"com.sksamuel.elastic4s" %% "elastic4s-client-esjava" % elastic4sVersion,
6865
"com.typesafe.akka" %% "akka-stream-testkit" % play.core.PlayVersion.akkaVersion % Test,
69-
"org.scalactic" %% "scalactic" % "3.2.12",
70-
"org.bouncycastle" % "bcprov-jdk15on" % "1.61",
66+
"org.scalactic" %% "scalactic" % "3.2.19",
67+
"org.bouncycastle" % "bcprov-jdk15on" % "1.70",
7168
specs2 % Test
7269
)
7370

project/Dependencies.scala

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,13 @@ object Dependencies {
1313
val specs2 = "com.typesafe.play" %% "play-specs2" % version
1414
val filters = "com.typesafe.play" %% "filters-helpers" % version
1515
val guice = "com.typesafe.play" %% "play-guice" % version
16-
val twirl = "com.typesafe.play" %% "twirl-api" % "1.5.2"
16+
val twirl = "com.typesafe.play" %% "twirl-api" % "1.6.8"
1717
}
1818

19-
val scalaGuice = "net.codingwell" %% "scala-guice" % "5.1.1"
19+
val scalaGuice = "net.codingwell" %% "scala-guice" % "7.0.0"
2020

2121
val reflections = "org.reflections" % "reflections" % "0.10.2"
2222
val zip4j = "net.lingala.zip4j" % "zip4j" % "2.11.5"
23-
val elastic4play = "org.thehive-project" %% "elastic4play" % "1.13.6"
2423
val dockerJavaClient = "com.github.docker-java" % "docker-java" % dockerJavaVersion
2524
val dockerJavaTransport = "com.github.docker-java" % "docker-java-transport-zerodep" % dockerJavaVersion
2625
val akkaCluster = "com.typesafe.akka" %% "akka-cluster" % play.core.PlayVersion.akkaVersion

0 commit comments

Comments
 (0)