Skip to content

Commit

Permalink
Bump jackson-databind from 2.13.0 to 2.13.1
Browse files Browse the repository at this point in the history
Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.13.0 to 2.13.1.
- [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>
  • Loading branch information
dependabot[bot] authored Jan 12, 2022
1 parent 6bc9a27 commit ed87f97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ dependencies {
compile ('com.auth0:java-jwt:3.18.2'){
exclude group: 'com.fasterxml.jackson.core', module: 'jackson-databind'
}
compile 'com.fasterxml.jackson.core:jackson-databind:2.13.0'
compile 'com.fasterxml.jackson.core:jackson-databind:2.13.1'
compile 'org.apache.commons:commons-lang3:3.12.0'
// validation
compile group: 'org.hibernate.validator', name: 'hibernate-validator', version: '7.0.1.Final'
Expand Down

0 comments on commit ed87f97

Please sign in to comment.