From c5b4bff2828394ead0a681b54b1c9b3f7de9a246 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Jan 2026 14:06:57 +0000 Subject: [PATCH] chore(deps): bump com.google.code.gson:gson from 2.9.1 to 2.13.2 Bumps [com.google.code.gson:gson](https://github.com/google/gson) from 2.9.1 to 2.13.2. - [Release notes](https://github.com/google/gson/releases) - [Changelog](https://github.com/google/gson/blob/main/CHANGELOG.md) - [Commits](https://github.com/google/gson/compare/gson-parent-2.9.1...gson-parent-2.13.2) --- updated-dependencies: - dependency-name: com.google.code.gson:gson dependency-version: 2.13.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- core/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'