Skip to content

Commit

Permalink
fix: vulnerability remediation (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
schowsf authored Oct 12, 2023
1 parent 048c864 commit 372dd0e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,9 @@ lazy val orchardWS = (project in file("orchard-ws")).
),
dependencyOverrides ++= Seq(
// the transitive jackson dependencies from play framework on has security vulnerabilities
"com.fasterxml.jackson.core" % "jackson-databind" % "2.15.1",
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.15.1",
"com.fasterxml.jackson.core" % "jackson-databind" % "2.15.2",
"com.fasterxml.jackson.core" % "jackson-core" % "2.15.2",
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.15.2",
"com.google.guava" % "guava" % "32.1.1-jre"
)
).
Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ThisBuild / version := "0.20.9"
ThisBuild / version := "0.20.10"

0 comments on commit 372dd0e

Please sign in to comment.