Skip to content

Commit

Permalink
Merge pull request #333 from guardian/ad-snyk
Browse files Browse the repository at this point in the history
chore: fix snyk vulnerabilities
  • Loading branch information
AndreaDiotallevi authored Nov 14, 2024
2 parents 7d556ed + 78da3fa commit c4e3e67
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,8 @@ project/plugins/project/
.worksheet
/.bsp/sbt.json
salesforce-message-handler.jar
.bloop/
.metals/
.vscode/
project/.bloop/
metals.sbt
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ libraryDependencies ++= Seq(
)

/* required to bump jackson versions due to CVE-2020-36518 */
val jacksonVersion = "2.13.2"
val jacksonDatabindVersion = "2.13.2.2"
val jacksonVersion = "2.15.0"
val jacksonDatabindVersion = "2.15.0"

val jacksonDependencies = Seq(
"com.fasterxml.jackson.core" % "jackson-core" % jacksonVersion,
Expand Down

0 comments on commit c4e3e67

Please sign in to comment.