From d53eee5db9e5648be05d612f97b83bf821a23d59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2025 04:53:58 +0000 Subject: [PATCH] Bump com.google.code.gson:gson from 2.11.0 to 2.12.0 Bumps [com.google.code.gson:gson](https://github.com/google/gson) from 2.11.0 to 2.12.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.12.0) --- updated-dependencies: - dependency-name: com.google.code.gson:gson dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 48d2c06..482b772 100644 --- a/build.gradle +++ b/build.gradle @@ -29,14 +29,14 @@ dependencies { implementation 'net.dv8tion:JDA:5.2.1' implementation 'ch.qos.logback:logback-classic:1.5.16' - implementation 'com.google.code.gson:gson:2.11.0' + implementation 'com.google.code.gson:gson:2.12.0' implementation 'org.reflections:reflections:0.10.2' implementation 'dev.lavalink.youtube:v2:1.11.3' implementation 'dev.arbjerg:lavaplayer:2.2.2' implementation 'com.github.jagrosh:JLyrics:master-SNAPSHOT' implementation "com.github.TopiSenpai.LavaSrc:lavasrc:4.1.1" - implementation 'com.google.code.gson:gson:2.11.0' + implementation 'com.google.code.gson:gson:2.12.0' implementation 'com.github.thelinmichael:spotify-web-api-java:6.5.4'