Skip to content

Commit

Permalink
chore(deps): update dependency com.fasterxml.jackson.core:jackson-dat…
Browse files Browse the repository at this point in the history
…abind to v2.18.0
  • Loading branch information
cultureamp-renovate[bot] committed Sep 28, 2024
1 parent 4da5dc4 commit 3858571
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ dependencies {
// Previous 2.15.2 version was flagged as vulnerability:
// CVE-2023-35116 - developers claim it's a bogus alert https://github.com/FasterXML/jackson-databind/issues/3972
// but I guess won't hurt to upgrade it + will resolve dependency check failure
implementation("com.fasterxml.jackson.core:jackson-databind:2.16.0")
implementation("com.fasterxml.jackson.core:jackson-databind:2.18.0")

// Upgraded version of Snappy Java to patch:
// CVE-2023-34454 - https://github.com/advisories/GHSA-fjpj-2g6w-x25r
Expand Down

0 comments on commit 3858571

Please sign in to comment.