Skip to content

Commit

Permalink
chore: fix snyk vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreaDiotallevi committed Nov 13, 2024
1 parent 7d556ed commit 78da3fa
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 78da3fa

Please sign in to comment.