Skip to content

Commit

Permalink
API-8035: update dependencies to those without CVEs
Browse files Browse the repository at this point in the history
  • Loading branch information
worthydolt committed Dec 10, 2024
1 parent aefd0a4 commit 0afc162
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions project/AppDependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,15 @@ object AppDependencies {
val bootstrapPlayVersion = "9.0.0"
val mongoVersion = "1.7.0"
val compile = Seq(
"uk.gov.hmrc" %% "bootstrap-backend-play-30" % bootstrapPlayVersion,
"uk.gov.hmrc.mongo" %% "hmrc-mongo-play-30" % mongoVersion,
"org.apache.pekko" %% "pekko-connectors-mongodb" % "1.0.2",
"org.apache.axis2" % "axis2-kernel" % "1.8.2",
"org.apache.wss4j" % "wss4j-ws-security-dom" % "3.0.4",
"commons-io" % "commons-io" % "2.18.0",
"com.sun.activation" % "javax.activation" % "1.2.0",
"uk.gov.hmrc" %% "bootstrap-backend-play-30" % bootstrapPlayVersion,
"uk.gov.hmrc.mongo" %% "hmrc-mongo-play-30" % mongoVersion,
"org.apache.pekko" %% "pekko-connectors-mongodb" % "1.0.2",
"org.apache.axis2" % "axis2-kernel" % "1.8.2",
"org.apache.james" % "apache-mime4j-core" % "0.8.11",
"org.apache.wss4j" % "wss4j-ws-security-dom" % "3.0.4",
"org.apache.velocity" % "velocity-engine-core" % "2.4.1",
"commons-io" % "commons-io" % "2.18.0",
"com.sun.activation" % "javax.activation" % "1.2.0",
caffeine
)
val test = Seq(
Expand Down

0 comments on commit 0afc162

Please sign in to comment.