Skip to content

Commit

Permalink
chore(deps): bump com.fasterxml.jackson.core:jackson-databind
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.17.2 to 2.18.0.
- [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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 1, 2024
1 parent 0c0ff40 commit 0afb939
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 @@ -36,7 +36,7 @@ repositories {
}

def jsonProviders = [
jackson : 'com.fasterxml.jackson.core:jackson-databind:2.17.2',
jackson : 'com.fasterxml.jackson.core:jackson-databind:2.18.0',
gson : 'com.google.code.gson:gson:2.11.0',
orgJson : 'org.json:json:20240303',
kotlinxJson: 'org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.3',
Expand Down

0 comments on commit 0afb939

Please sign in to comment.