From e558305fff09af6c98bbd83edfade31b7c8ca34d Mon Sep 17 00:00:00 2001 From: "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2025 12:19:06 -0800 Subject: [PATCH] [Backport 2.x] fix(deps): update dependency com.google.code.gson:gson to v2.12.0 (#1034) fix(deps): update dependency com.google.code.gson:gson to v2.12.0 (#1033) (cherry picked from commit 6d6116d1bb688787f06a58fc0f6c2d9b09854007) Signed-off-by: mend-for-jackfan.us.kg[bot] Signed-off-by: github-actions[bot] Co-authored-by: github-actions[bot] Co-authored-by: mend-for-jackfan.us.kg[bot] <50673670+mend-for-jackfan.us.kg[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index c9a41101..355c6f3a 100644 --- a/build.gradle +++ b/build.gradle @@ -182,7 +182,7 @@ dependencies { implementation "jakarta.json.bind:jakarta.json.bind-api:3.0.1" implementation "org.glassfish:jakarta.json:2.0.1" implementation "org.eclipse:yasson:3.0.4" - implementation "com.google.code.gson:gson:2.11.0" + implementation "com.google.code.gson:gson:2.12.0" // Swagger-Parser dependencies for API consistency tests implementation "io.swagger.core.v3:swagger-models:${swaggerCoreVersion}" implementation "io.swagger.core.v3:swagger-core:${swaggerCoreVersion}"