From c97b5c21321d896ef8c7770dca457c72aa909c25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jan 2025 05:26:35 +0000 Subject: [PATCH] Bump com.google.code.gson:gson from 2.8.9 to 2.12.1 Bumps [com.google.code.gson:gson](https://github.com/google/gson) from 2.8.9 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.8.9...gson-parent-2.12.1) --- updated-dependencies: - dependency-name: com.google.code.gson:gson dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- modules/client/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/client/build.gradle b/modules/client/build.gradle index f34788b39..9a41030b5 100644 --- a/modules/client/build.gradle +++ b/modules/client/build.gradle @@ -5,7 +5,7 @@ plugins { dependencies { api project(":model") - implementation('com.google.code.gson:gson:2.8.9') + implementation('com.google.code.gson:gson:2.12.1') implementation("com.github.docker-java:docker-java:3.3.0")