From 4ed7bfad2fac2bc139b73982587dbe776f6eeb3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Jul 2025 20:49:05 +0000 Subject: [PATCH] build(deps): bump com.google.code.gson:gson from 2.8.9 to 2.13.1 Bumps [com.google.code.gson:gson](https://github.com/google/gson) from 2.8.9 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.8.9...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] --- plugins/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/build.gradle.kts b/plugins/build.gradle.kts index f429250bbc4..3ef0097b20d 100644 --- a/plugins/build.gradle.kts +++ b/plugins/build.gradle.kts @@ -63,7 +63,7 @@ dependencies { implementation("org.ow2.asm:asm-tree:9.5") implementation("org.eclipse.jgit:org.eclipse.jgit:7.1.0.202411261347-r") implementation(libs.kotlinx.serialization.json) - implementation("com.google.code.gson:gson:2.8.9") + implementation("com.google.code.gson:gson:2.13.1") implementation(libs.android.gradlePlugin.gradle) implementation(libs.android.gradlePlugin.builder.test.api) implementation("io.github.pdvrieze.xmlutil:serialization-jvm:0.90.3") {