From c8a43762087cce45dd00d244d004e518aed7c003 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Nov 2025 20:20:33 +0000 Subject: [PATCH] deps: bump com.google.code.gson:gson from 2.13.1 to 2.13.2 (#599) Bumps [com.google.code.gson:gson](https://github.com/google/gson) from 2.13.1 to 2.13.2. - [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.13.1...gson-parent-2.13.2) --- updated-dependencies: - dependency-name: com.google.code.gson:gson dependency-version: 2.13.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- common/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/build.gradle b/common/build.gradle index 7491a6b1..27aba891 100644 --- a/common/build.gradle +++ b/common/build.gradle @@ -8,7 +8,7 @@ dependencies { api 'net.william278:minedown:1.8.2' api 'net.william278:mapdataapi:2.0' api 'org.json:json:20250517' - api 'com.google.code.gson:gson:2.13.1' + api 'com.google.code.gson:gson:2.13.2' api 'com.fatboyindustrial.gson-javatime-serialisers:gson-javatime-serialisers:1.1.2' api 'de.exlll:configlib-yaml:4.6.1' api 'net.william278:paginedown:1.1.2'