Skip to content

Commit f7df876

Browse files
author
Hariharan Ramanathan
committed
- Upgrading jackson-databind to 2.9.10.1
- Upgrading akka to 2.5.16 - Upgrading elastic4s to 6.3.8
1 parent 5d658ca commit f7df876

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.sbt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version := "1.0.0-SNAPSHOT"
44

55
scalaVersion := "2.12.4"
66

7-
val akkaVersion = "2.5.14"
7+
val akkaVersion = "2.5.16"
88
libraryDependencies ++= Seq (
99
"com.typesafe.akka" %% "akka-stream" % akkaVersion,
1010
"com.typesafe.akka" %% "akka-slf4j" % akkaVersion
@@ -17,7 +17,7 @@ libraryDependencies ++= Seq (
1717
"com.typesafe.akka" %% "akka-http-spray-json" % akkaHttpVersion
1818
)
1919

20-
val elastic4sVersion = "6.3.0"
20+
val elastic4sVersion = "6.3.8"
2121
libraryDependencies ++= Seq(
2222
"com.sksamuel.elastic4s" %% "elastic4s-core" % elastic4sVersion,
2323
"com.sksamuel.elastic4s" %% "elastic4s-http" % elastic4sVersion,
@@ -27,7 +27,7 @@ libraryDependencies ++= Seq(
2727
libraryDependencies += "com.pauldijou" %% "jwt-core" % "1.0.0"
2828

2929
libraryDependencies += "org.parboiled" %% "parboiled" % "2.1.4"
30-
libraryDependencies += "io.spray" %% "spray-json" % "1.3.3"
30+
libraryDependencies += "io.spray" %% "spray-json" % "1.3.5"
3131
libraryDependencies += "org.scalactic" %% "scalactic" % "3.0.4"
3232
libraryDependencies += "org.scalatest" %% "scalatest" % "3.0.4" % "it,test"
3333
libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.2.3" % Runtime
@@ -56,7 +56,7 @@ scalastyleConfig := baseDirectory.value / "project" / "scalastyle-config.xml"
5656
// Pinning secure versions of insecure transitive libraryDependencies
5757
// Please update when updating dependencies above (including Play plugin)
5858
libraryDependencies ++= Seq(
59-
"com.fasterxml.jackson.core" % "jackson-databind" % "2.9.9"
59+
"com.fasterxml.jackson.core" % "jackson-databind" % "2.9.10.1"
6060
)
6161

6262
trapExit := false

0 commit comments

Comments
 (0)