Skip to content

Commit

Permalink
feat: bump several dependencies (minor version bumps only)
Browse files Browse the repository at this point in the history
chore: bump jackson-databind from 2.12.4 to 2.12.5 (#57)

Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.12.4 to 2.12.5.
- [Release notes](https://github.com/FasterXML/jackson/releases)
- [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-patch
...

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 Aug 31, 2021
1 parent ea37127 commit e3ae49e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prop-jackson/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ description = 'Jackson implementation of ParserFactory'

dependencies {
api project(':prop-core')
api 'com.fasterxml.jackson.core:jackson-databind:2.12.4'
api 'com.fasterxml.jackson.core:jackson-databind:2.12.5'
}

0 comments on commit e3ae49e

Please sign in to comment.