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.17.1
  • Loading branch information
Self-hosted Renovate Bot committed May 5, 2024
1 parent 7a5f037 commit a9c7058
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 @@ -47,7 +47,7 @@ dependencies {

// Upgraded version of Jackson Databind to patch:
// CVE-2022-42003 - https://github.com/advisories/GHSA-jjjh-jjxp-wpff
implementation("com.fasterxml.jackson.core:jackson-databind:2.17.0")
implementation("com.fasterxml.jackson.core:jackson-databind:2.17.1")

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

0 comments on commit a9c7058

Please sign in to comment.