Skip to content

Commit

Permalink
build(deps): bump com.fasterxml.jackson.core:jackson-databind (#163)
Browse files Browse the repository at this point in the history
Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.14.2 to 2.18.1.
- [Commits](https://github.com/FasterXML/jackson/commits)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 1, 2024
1 parent 5243604 commit fb9561a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ LinkedHashMap<Object, String> libs = [:]
// --
versions.junitJupiter = "5.9.2"
versions.jackson = "2.18.0"
versions.jacksonDatabind = "2.14.2"
versions.jacksonDatabind = "2.18.1"
versions.gson = "2.10.1"

// Dependencies
Expand Down

0 comments on commit fb9561a

Please sign in to comment.