Skip to content

Commit 273b13e

Browse files
Merge pull request #163 from hmrc/VOA-3635_AutoBARS_Addressed-vulnerability-CVE-2025-48924-by-updating-bootstrap-play
VOA-3635 AutoBARS: Addressed vulnerability CVE-2025-48924 by updating bootstrap-play
2 parents ed08e01 + 1e7e4ae commit 273b13e

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

project/AppDependencies.scala

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ object AppDependencies {
66
private val bootstrapVersion = "10.6.0"
77
private val hmrcMongoVersion = "2.12.0"
88
private val autoBarsXsdVersion = "9.17.0"
9-
private val jacksonModuleScalaVersion = "2.21.0"
9+
private val jacksonModuleScalaVersion = "2.21.1"
1010
private val guiceUtilsVersion = "6.0.0" // Use 6.0.0 because 7.0.0 is not compatible with play-guice:3.0.10
1111
private val catsEffectVersion = "3.6.3"
1212
private val jerichoHtmlVersion = "3.4"
@@ -15,13 +15,10 @@ object AppDependencies {
1515
private val apachePOIVersion = "5.5.1"
1616

1717
// Test dependencies
18-
private val scalaTestPlusPlayVersion = "7.0.2"
19-
private val scalaTestVersion = "3.2.19"
2018
private val testPlusScalaCheckVersion = "3.2.19.0"
2119
private val scalaTestPlusMockitoVersion = "3.2.19.0"
2220
private val wiremockVersion = "3.13.2"
2321
private val xmlunitVersion = "2.11.0"
24-
private val flexMarkVersion = "0.64.8"
2522

2623
private val compile = Seq(
2724
"uk.gov.hmrc" %% "bootstrap-backend-play-30" % bootstrapVersion,
@@ -37,11 +34,8 @@ object AppDependencies {
3734
)
3835

3936
private val commonTests = Seq(
40-
"org.scalatestplus.play" %% "scalatestplus-play" % scalaTestPlusPlayVersion % Test,
41-
"org.playframework" %% "play-test" % PlayVersion.current % Test,
42-
"org.scalatest" %% "scalatest" % scalaTestVersion % Test,
43-
"org.scalatestplus" %% "scalacheck-1-18" % testPlusScalaCheckVersion % Test,
44-
"com.vladsch.flexmark" % "flexmark-all" % flexMarkVersion % Test // for scalatest 3.2.x
37+
"uk.gov.hmrc" %% "bootstrap-test-play-30" % bootstrapVersion % Test,
38+
"org.scalatestplus" %% "scalacheck-1-18" % testPlusScalaCheckVersion % Test
4539
)
4640

4741
private val testOnly = Seq(

0 commit comments

Comments
 (0)