Skip to content

Commit

Permalink
Merge branch 'master' into new/v6-wallet-balance-api
Browse files Browse the repository at this point in the history
  • Loading branch information
chao-chang-paypay authored Aug 1, 2022
2 parents 679d456 + 47ab9a2 commit ae41ef6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,10 @@ dependencies {
compile 'com.squareup.okhttp:okhttp:2.7.5'
compile 'com.squareup.okhttp:logging-interceptor:2.7.5'
compile 'com.google.code.gson:gson:2.9.0'
compile ('com.auth0:java-jwt:3.19.1'){
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 ae41ef6

Please sign in to comment.