From f8c59b71fa62187d6ee07ad3a297c13543cf910c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 14:56:41 +0000 Subject: [PATCH] chore(deps): bump com.google.code.gson:gson from 2.11.0 to 2.13.2 Bumps [com.google.code.gson:gson](https://github.com/google/gson) from 2.11.0 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.11.0...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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 22e2add..5fcd07a 100644 --- a/build.gradle +++ b/build.gradle @@ -53,7 +53,7 @@ dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib" implementation "com.squareup.okhttp3:okhttp:5.3.2" - implementation "com.google.code.gson:gson:2.13.1" + implementation "com.google.code.gson:gson:2.13.2" implementation "com.bucket4j:bucket4j-core:8.10.1" // implementation "com.bucket4j:bucket4j_jdk17-core:8.14.0"