From 678571f87226326eab11cc0be7e08db3d38017b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Apr 2025 21:19:36 +0000 Subject: [PATCH] Bump com.google.code.gson:gson from 2.11.0 to 2.13.0 Bumps [com.google.code.gson:gson](https://github.com/google/gson) from 2.11.0 to 2.13.0. - [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.0) --- updated-dependencies: - dependency-name: com.google.code.gson:gson dependency-version: 2.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 1185f84..1ce45b5 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -11,7 +11,7 @@ download = { module = "de.undercouch.download:de.undercouch.download.gradle.plug kotlin-multiplatform = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" } jreleaser-plugin = { module = "org.jreleaser:org.jreleaser.gradle.plugin", version.ref = "jreleaser" } commons-io = { module = "commons-io:commons-io", version = "2.16.1" } -gson = { module = "com.google.code.gson:gson", version = "2.11.0" } +gson = { module = "com.google.code.gson:gson", version = "2.13.0" } okhttp = { module = "com.squareup.okhttp3:okhttp", version = "4.12.0" } zip4j = { module = "net.lingala.zip4j:zip4j", version = "2.11.5" } android-library = { module = "com.android.library:com.android.library.gradle.plugin", version.ref = "agp" }