Skip to content

Commit

Permalink
Bump com.fasterxml.jackson.core:jackson-databind from 2.13.2.2 to 2.15.1
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.13.2.2 to 2.15.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]>
  • Loading branch information
dependabot[bot] committed May 22, 2023
1 parent fb26048 commit fd33c7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencyResolutionManagement {
alias("objenesis").to("org.objenesis:objenesis:3.2")
alias("guice").to("com.google.inject:guice:5.1.0")

alias("jackson-databind").to("com.fasterxml.jackson.core:jackson-databind:2.13.2.2")
alias("jackson-databind").to("com.fasterxml.jackson.core:jackson-databind:2.15.1")
alias("jackson-module-parameter-names").to("com.fasterxml.jackson.module:jackson-module-parameter-names:2.13.2")
alias("jackson-datatype-jsr310").to("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.15.0")

Expand Down

0 comments on commit fd33c7f

Please sign in to comment.