Skip to content

Commit 2c16488

Browse files
authored
Merge pull request #124 from hmrc/API-8888
API-8888 - Updating bootstrap version to fix security vuln
2 parents 4386143 + 4e29bb8 commit 2c16488

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

project/AppDependencies.scala

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ object AppDependencies {
44

55
lazy val libraryDependencies = compile ++ test
66

7-
private lazy val bootstrapVersion = "9.12.0"
8-
private lazy val hmrcMongoVersion = "2.6.0"
9-
val commonDomainVersion = "0.18.0"
7+
private lazy val bootstrapVersion = "10.5.0"
8+
private lazy val hmrcMongoVersion = "2.11.0"
9+
val commonDomainVersion = "0.19.0"
1010

1111
private lazy val compile = Seq(
1212
"uk.gov.hmrc" %% "bootstrap-backend-play-30" % bootstrapVersion,

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ resolvers += Resolver.typesafeRepo("releases")
44

55
addSbtPlugin("uk.gov.hmrc" % "sbt-auto-build" % "3.24.0")
66
addSbtPlugin("uk.gov.hmrc" % "sbt-distributables" % "2.6.0")
7-
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.0.7")
7+
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.0.9")
88
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.3.1")
99
addSbtPlugin("org.scalastyle" % "scalastyle-sbt-plugin" % "1.0.0")
1010
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")

0 commit comments

Comments
 (0)