11name := " delphi-webapi"
22
3- version := " 1.0.0-SNAPSHOT "
3+ version := " 0.9.5 "
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
2626 " com.sksamuel.elastic4s" %% " elastic4s-http" % elastic4sVersion exclude(" org.apache.httpcomponents" , " httpclient" ),
2727 " com.sksamuel.elastic4s" %% " elastic4s-http-streams" % elastic4sVersion,
2828)
2929
30+ libraryDependencies += " de.upb.cs.swt.delphi" %% " delphi-core" % " 0.9.2"
3031
31- libraryDependencies += " com.pauldijou" %% " jwt-core" % " 1.0 .0"
32+ libraryDependencies += " com.pauldijou" %% " jwt-core" % " 4.2 .0"
3233
33- libraryDependencies += " org.parboiled" %% " parboiled" % " 2.1.4 "
34+ libraryDependencies += " org.parboiled" %% " parboiled" % " 2.1.8 "
3435libraryDependencies += " 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"
36+ libraryDependencies += " org.scalactic" %% " scalactic" % " 3.1.0 "
37+ libraryDependencies += " org.scalatest" %% " scalatest" % " 3.1.0 " % " it,test"
3738libraryDependencies += " ch.qos.logback" % " logback-classic" % " 1.2.3" % Runtime
3839
3940lazy val webapi = (project in file(" ." )).
@@ -60,7 +61,7 @@ scalastyleConfig := baseDirectory.value / "project" / "scalastyle-config.xml"
6061// Pinning secure versions of insecure transitive libraryDependencies
6162// Please update when updating dependencies above (including Play plugin)
6263libraryDependencies ++= Seq (
63- " com.fasterxml.jackson.core" % " jackson-databind" % " 2.9. 10.1"
64+ " com.fasterxml.jackson.core" % " jackson-databind" % " 2.10.1"
6465)
6566
6667trapExit := false
0 commit comments