Skip to content

Commit

Permalink
Update various transient dependencies which don't have easy upgrades …
Browse files Browse the repository at this point in the history
…via direct dependencies
  • Loading branch information
AshCorr committed Nov 2, 2023
1 parent 1bdddfa commit 286a2e2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,17 @@ libraryDependencies ++= Seq(
"org.scalatestplus.play" %% "scalatestplus-play" % "5.1.0" % Test
)

// Overidden transient dependencies for Vulnerability fixes
libraryDependencies ++= Seq(
// Introduced through com.typesafe.play:play_2.13:2.9.0
"com.typesafe.akka" %% "akka-actor" % "2.8.1",
// Introduced through org.webjars:bootstrap:3.4.1
"org.webjars" % "jquery" % "3.6.4",
// Introduced through com.madgag.play-git-hub:core:5.10
"org.eclipse.jgit" % "org.eclipse.jgit" % "6.6.1.202309021850-r",
"com.squareup.okhttp3" % "okhttp" % "4.12.0"
)

routesImport ++= Seq("com.madgag.scalagithub.model._","com.madgag.playgithub.Binders._")

Compile/doc/sources := Seq.empty
Expand Down

0 comments on commit 286a2e2

Please sign in to comment.