We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7ca796f + cf3d075 commit 0534304Copy full SHA for 0534304
1 file changed
build.gradle
@@ -78,7 +78,7 @@ dependencies {
78
compile ('com.auth0:java-jwt:3.15.0'){
79
exclude group: 'com.fasterxml.jackson.core', module: 'jackson-databind'
80
}
81
- compile 'com.fasterxml.jackson.core:jackson-databind:2.12.2'
+ compile 'com.fasterxml.jackson.core:jackson-databind:2.12.3'
82
compile 'org.apache.commons:commons-lang3:3.12.0'
83
// validation
84
compile group: 'org.hibernate.validator', name: 'hibernate-validator', version: '7.0.1.Final'
0 commit comments