Skip to content

Commit

Permalink
Bump com.fasterxml.jackson:jackson-bom from 2.16.1 to 2.17.2
Browse files Browse the repository at this point in the history
Bumps [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) from 2.16.1 to 2.17.2.
- [Commits](FasterXML/jackson-bom@jackson-bom-2.16.1...jackson-bom-2.17.2)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson:jackson-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 4, 2024
1 parent 7162a0c commit 2a8ea35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ dependencies {
exclude group: 'junit', module: 'junit'
}
}
implementation(platform("com.fasterxml.jackson:jackson-bom:2.16.1"))
implementation(platform("com.fasterxml.jackson:jackson-bom:2.17.2"))
// Temporary workaround https://github.com/FasterXML/jackson-databind/issues/3428
}

Expand Down

0 comments on commit 2a8ea35

Please sign in to comment.