From a3e62e40cd62e2b6dec94dd920afcd0eaa614c27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 12:27:14 +0000 Subject: [PATCH] deps: bump com.google.code.gson:gson from 2.13.1 to 2.13.2 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] --- common/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/build.gradle b/common/build.gradle index 8943e3f..027d9d2 100644 --- a/common/build.gradle +++ b/common/build.gradle @@ -6,7 +6,7 @@ plugins { dependencies { api 'de.exlll:configlib-yaml:4.6.1' implementation 'net.kyori:adventure-key:4.24.0' - implementation 'com.google.code.gson:gson:2.13.1' + implementation 'com.google.code.gson:gson:2.13.2' compileOnly 'org.jetbrains:annotations:26.0.2' compileOnly 'org.projectlombok:lombok:1.18.38'