Skip to content

Commit

Permalink
build(deps): bump versions.jacksonVersion from 2.16.2 to 2.17.0 (#2776)
Browse files Browse the repository at this point in the history
Bumps `versions.jacksonVersion` from 2.16.2 to 2.17.0.

Updates `com.fasterxml.jackson.core:jackson-annotations` from 2.16.2 to 2.17.0
- [Commits](https://github.com/FasterXML/jackson/commits)

Updates `com.fasterxml.jackson.core:jackson-databind` from 2.16.2 to 2.17.0
- [Commits](https://github.com/FasterXML/jackson/commits)

Updates `com.fasterxml.jackson.dataformat:jackson-dataformat-yaml` from 2.16.2 to 2.17.0
- [Commits](FasterXML/jackson-dataformats-text@jackson-dataformats-text-2.16.2...jackson-dataformats-text-2.17.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Mar 15, 2024
1 parent 285e016 commit 1860cd4
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 @@ -17,7 +17,7 @@ versions.tomcatCargoVersion = "9.0.87"
versions.guavaVersion = "33.1.0-jre"
versions.seleniumVersion = "4.18.1"
versions.braveVersion = "6.0.2"
versions.jacksonVersion = "2.16.2"
versions.jacksonVersion = "2.17.0"
versions.jsonPathVersion = "2.9.0"

// Versions we're overriding from the Spring Boot Bom (Dependabot does not issue PRs to bump these versions, so we need to manually bump them)
Expand Down

0 comments on commit 1860cd4

Please sign in to comment.