Skip to content

Commit 004e362

Browse files
Merge pull request #140 from delphi-hub/feature/dependencyUpgrade
Upgrading vulnerable dependencies
2 parents 906830b + 7d9af0c commit 004e362

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ libraryDependencies += "org.scalatestplus.play" %% "scalatestplus-play" % "3.1.2
4242
libraryDependencies += "net.codingwell" %% "scala-guice" % "4.1.1"
4343
libraryDependencies += "com.iheart" %% "ficus" % "1.4.3"
4444
libraryDependencies += "org.webjars" % "bootstrap" % "4.1.0"
45-
libraryDependencies += "org.webjars" %% "webjars-play" % "2.6.3"
45+
libraryDependencies += "org.webjars" %% "webjars-play" % "2.7.0"
4646
libraryDependencies += "com.adrianhurt" %% "play-bootstrap" % "1.4-P26-B4-SNAPSHOT"
4747
libraryDependencies += "eu.bitwalker" % "UserAgentUtils" % "1.20"
4848
libraryDependencies += "com.typesafe.akka" %% "akka-http" % "10.1.5"
@@ -58,7 +58,7 @@ libraryDependencies ++= Seq(
5858
"com.nimbusds" % "nimbus-jose-jwt" % "5.14",
5959
"org.bouncycastle" % "bcprov-jdk15on" % "1.60",
6060
"com.google.guava" % "guava" % "25.1-jre",
61-
"org.apache.commons" % "commons-compress" % "1.16"
61+
"org.apache.commons" % "commons-compress" % "1.18"
6262
)
6363

6464
libraryDependencies += "com.pauldijou" %% "jwt-core" % "1.0.0"

0 commit comments

Comments
 (0)