11name := " delphi-webapi"
22
3- version := " 1.0.0 -SNAPSHOT"
3+ version := " 0.9.5 -SNAPSHOT"
44
5- scalaVersion := " 2.12.4 "
5+ scalaVersion := " 2.13.1 "
66
7- val akkaVersion = " 2.5.16 "
7+ val akkaVersion = " 2.6.1 "
88libraryDependencies ++= Seq (
99 " com.typesafe.akka" %% " akka-stream" % akkaVersion,
1010 " com.typesafe.akka" %% " akka-slf4j" % akkaVersion
1111)
1212
13- val akkaHttpVersion = " 10.1.5 "
13+ val akkaHttpVersion = " 10.1.10 "
1414libraryDependencies ++= Seq (
1515 " com.typesafe.akka" %% " akka-http" % akkaHttpVersion,
1616 " com.typesafe.akka" %% " akka-http-testkit" % akkaHttpVersion,
1717 " com.typesafe.akka" %% " akka-http-spray-json" % akkaHttpVersion
1818)
1919// Including http client for elastic4s
20- libraryDependencies += " org.apache.httpcomponents" % " httpclient" % " 4.5.3 "
20+ libraryDependencies += " org.apache.httpcomponents" % " httpclient" % " 4.5.9 "
2121
22- val elastic4sVersion = " 6.3.8 "
22+ val elastic4sVersion = " 6.7.4 "
2323libraryDependencies ++= Seq (
2424 " com.sksamuel.elastic4s" %% " elastic4s-core" % elastic4sVersion,
2525 // Excluding default 4.5.2 due to https://snyk.io/vuln/SNYK-JAVA-ORGAPACHEHTTPCOMPONENTS-31517
@@ -28,12 +28,12 @@ libraryDependencies ++= Seq(
2828)
2929
3030
31- libraryDependencies += " com.pauldijou" %% " jwt-core" % " 1.0 .0"
31+ libraryDependencies += " com.pauldijou" %% " jwt-core" % " 4.2 .0"
3232
33- libraryDependencies += " org.parboiled" %% " parboiled" % " 2.1.4 "
33+ libraryDependencies += " org.parboiled" %% " parboiled" % " 2.1.8 "
3434libraryDependencies += " io.spray" %% " spray-json" % " 1.3.5"
35- libraryDependencies += " org.scalactic" %% " scalactic" % " 3.0.4 "
36- libraryDependencies += " org.scalatest" %% " scalatest" % " 3.0.4 " % " it,test"
35+ libraryDependencies += " org.scalactic" %% " scalactic" % " 3.1.0 "
36+ libraryDependencies += " org.scalatest" %% " scalatest" % " 3.1.0 " % " it,test"
3737libraryDependencies += " ch.qos.logback" % " logback-classic" % " 1.2.3" % Runtime
3838
3939lazy val webapi = (project in file(" ." )).
@@ -60,7 +60,7 @@ scalastyleConfig := baseDirectory.value / "project" / "scalastyle-config.xml"
6060// Pinning secure versions of insecure transitive libraryDependencies
6161// Please update when updating dependencies above (including Play plugin)
6262libraryDependencies ++= Seq (
63- " com.fasterxml.jackson.core" % " jackson-databind" % " 2.9. 10.1"
63+ " com.fasterxml.jackson.core" % " jackson-databind" % " 2.10.1"
6464)
6565
6666trapExit := false
0 commit comments