Skip to content

Commit

Permalink
Merge pull request #126 from Orange-Co/feature/payment
Browse files Browse the repository at this point in the history
fix: change jackson version
  • Loading branch information
Kang1221 authored Oct 15, 2024
2 parents cdae5ad + 9f0f724 commit 051d1a6
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 @@ -40,7 +40,7 @@ dependencies {
implementation 'io.jsonwebtoken:jjwt-jackson:0.11.5'
implementation 'com.nimbusds:nimbus-jose-jwt:3.1'
//jackson
implementation 'com.fasterxml.jackson.core:jackson-databind:2.18.0'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.15.0'
// GCP
implementation group: 'com.google.cloud', name: 'google-cloud-storage', version: '2.40.1'
// Google Firebase Admin
Expand Down

0 comments on commit 051d1a6

Please sign in to comment.