From 71e1bf5ea481dd4f81096b040a9dca8fc49071d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 May 2025 12:22:52 +0000 Subject: [PATCH] chore(deps): bump com.google.code.gson:gson from 2.10 to 2.13.1 Bumps [com.google.code.gson:gson](https://github.com/google/gson) from 2.10 to 2.13.1. - [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.10...gson-parent-2.13.1) --- updated-dependencies: - dependency-name: com.google.code.gson:gson dependency-version: 2.13.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index d39a21ea..b4610182 100644 --- a/build.gradle +++ b/build.gradle @@ -25,7 +25,7 @@ dependencies { testImplementation group: 'org.skyscreamer', name: 'jsonassert', version: '1.3.0' testImplementation group: 'com.squareup.okhttp3', name: 'mockwebserver', version: '4.10.0' testImplementation group: 'org.hamcrest', name: 'hamcrest-library', version: '1.3' - implementation 'com.google.code.gson:gson:2.10' + implementation 'com.google.code.gson:gson:2.13.1' implementation 'com.squareup.okhttp3:okhttp:4.12.0' implementation 'com.squareup.okio:okio:3.6.0' implementation 'commons-codec:commons-codec:1.15'