Skip to content

Commit

Permalink
Merge pull request #105 from paypay/dependabot/gradle/com.fasterxml.j…
Browse files Browse the repository at this point in the history
…ackson.core-jackson-databind-2.12.3

Bump jackson-databind from 2.12.2 to 2.12.3
  • Loading branch information
Shreyansh Pandey committed Apr 14, 2021
2 parents 7ca796f + cf3d075 commit 0534304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -78,7 +78,7 @@ dependencies {
compile ('com.auth0:java-jwt:3.15.0'){
exclude group: 'com.fasterxml.jackson.core', module: 'jackson-databind'
}
compile 'com.fasterxml.jackson.core:jackson-databind:2.12.2'
compile 'com.fasterxml.jackson.core:jackson-databind:2.12.3'
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 0534304

Please sign in to comment.