Skip to content

Commit 0534304

Browse files
author
Shreyansh Pandey
authored
Merge pull request #105 from paypay/dependabot/gradle/com.fasterxml.jackson.core-jackson-databind-2.12.3
Bump jackson-databind from 2.12.2 to 2.12.3
2 parents 7ca796f + cf3d075 commit 0534304

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ dependencies {
7878
compile ('com.auth0:java-jwt:3.15.0'){
7979
exclude group: 'com.fasterxml.jackson.core', module: 'jackson-databind'
8080
}
81-
compile 'com.fasterxml.jackson.core:jackson-databind:2.12.2'
81+
compile 'com.fasterxml.jackson.core:jackson-databind:2.12.3'
8282
compile 'org.apache.commons:commons-lang3:3.12.0'
8383
// validation
8484
compile group: 'org.hibernate.validator', name: 'hibernate-validator', version: '7.0.1.Final'

0 commit comments

Comments
 (0)