From d77c0c9ef14b14567eae7535230911834e1e43db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Jun 2025 13:09:35 +0000 Subject: [PATCH] chore(deps): bump com.google.code.gson:gson from 2.11.0 to 2.13.1 Bumps [com.google.code.gson:gson](https://github.com/google/gson) from 2.11.0 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.11.0...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 5ef2cdf..2f618f4 100644 --- a/build.gradle +++ b/build.gradle @@ -46,7 +46,7 @@ dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8" implementation "com.squareup.okhttp3:okhttp:4.12.0" - implementation "com.google.code.gson:gson:2.11.0" + implementation "com.google.code.gson:gson:2.13.1" implementation "com.bucket4j:bucket4j-core:8.10.1" testImplementation "org.springframework.boot:spring-boot-starter-test"