Skip to content

Commit

Permalink
Ignore jackson-datatype-jsr310 in dependabot.yml (#7143)
Browse files Browse the repository at this point in the history
`testcontainers` module declares `com.fasterxml.jackson.datatype:jackson-datatype-jsr310`
as a dependency and it should be aligned with `com.fasterxml.jackson.core:jackson-databind`.
  • Loading branch information
eddumelendez committed Jun 6, 2023
1 parent 652191c commit 8bb1c45
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ updates:
update-types: [ "version-update:semver-major" ]
- dependency-name: "org.yaml:snakeyaml"
update-types: [ "version-update:semver-major" ]
- dependency-name: "com.fasterxml.jackson.datatype:jackson-datatype-jsr310"
update-types: [ "version-update:semver-minor", "version-update:semver-patch" ]
- package-ecosystem: "gradle"
directory: "/"
allow:
Expand Down

0 comments on commit 8bb1c45

Please sign in to comment.