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 4, 2024
1 parent cade442 commit aefd0a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion project/AppDependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ object AppDependencies {
"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.3",
"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",
caffeine
)
Expand Down

0 comments on commit aefd0a4

Please sign in to comment.