Skip to content

Commit

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

Bump jackson-databind from 2.13.2.2 to 2.13.3
  • Loading branch information
curtisfennerpaypay authored May 26, 2022
2 parents aca47f0 + 7dd9350 commit 47ab9a2
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.19.2'){
exclude group: 'com.fasterxml.jackson.core', module: 'jackson-databind'
}
compile 'com.fasterxml.jackson.core:jackson-databind:2.13.2.2'
compile 'com.fasterxml.jackson.core:jackson-databind:2.13.3'
compile 'org.apache.commons:commons-lang3:3.12.0'
// validation
compile group: 'org.hibernate.validator', name: 'hibernate-validator', version: '7.0.4.Final'
Expand Down

0 comments on commit 47ab9a2

Please sign in to comment.