diff --git a/core/build.gradle b/core/build.gradle index 5585bc3a..20fa6b49 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -2,7 +2,7 @@ dependencies { implementation 'com.auth0:java-jwt:4.5.1' implementation 'com.squareup.okhttp3:okhttp:5.3.2' - implementation 'com.google.code.gson:gson:2.13.2' + implementation 'com.google.code.gson:gson:2.14.0' testImplementation 'com.squareup.okhttp3:mockwebserver:5.3.2' testImplementation 'org.mockito:mockito-core:5.23.0'