Skip to content

Commit

Permalink
Bump com.fasterxml.jackson:jackson-bom from 2.14.2 to 2.17.0
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.14.2 to 2.17.0.
- [Commits](FasterXML/jackson-bom@jackson-bom-2.14.2...jackson-bom-2.17.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 18, 2024
1 parent c78baf7 commit ef3ef21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ spock = "2.3-groovy-3.0"
kotlin = "1.8.10"

[libraries]
jackson-platform = { group = "com.fasterxml.jackson", name = "jackson-bom", version = "2.14.2" } # Cannot upgrade to 2.15.x, due to https://github.com/gradle/gradle/issues/24390
jackson-platform = { group = "com.fasterxml.jackson", name = "jackson-bom", version = "2.17.0" } # Cannot upgrade to 2.15.x, due to https://github.com/gradle/gradle/issues/24390
jackson-databind = { group = "com.fasterxml.jackson.core", name = "jackson-databind" }
jackson-parameter-names = { group = "com.fasterxml.jackson.module", name = "jackson-module-parameter-names" }
jackson-kotlin = { group = "com.fasterxml.jackson.module", name = "jackson-module-kotlin" }
Expand Down

0 comments on commit ef3ef21

Please sign in to comment.