diff --git a/core/build.gradle b/core/build.gradle index 1eaf139..072bf3b 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -2,7 +2,7 @@ dependencies { implementation 'com.auth0:java-jwt:4.5.0' implementation 'com.squareup.okhttp3:okhttp:5.3.2' - implementation 'com.google.code.gson:gson:2.9.1' + implementation 'com.google.code.gson:gson:2.13.2' testImplementation 'com.squareup.okhttp3:mockwebserver:5.3.2' testImplementation 'org.mockito:mockito-core:5.21.0'