From 14f8066c0b2a2cc8917f2a2e8d806062317c3a8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jan 2025 12:28:56 +0000 Subject: [PATCH] Chore(deps): Bump com.google.code.gson:gson from 2.12.0 to 2.12.1 Bumps [com.google.code.gson:gson](https://github.com/google/gson) from 2.12.0 to 2.12.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.12.0...gson-parent-2.12.1) --- updated-dependencies: - dependency-name: com.google.code.gson:gson dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 327d44a1e..cddff9d7d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -128,7 +128,7 @@ dependencies { implementation 'com.github.skydoves:colorpickerview:2.3.0' // Gson - implementation 'com.google.code.gson:gson:2.12.0' + implementation 'com.google.code.gson:gson:2.12.1' // Retrofit implementation 'com.squareup.retrofit2:retrofit:2.11.0'