From 5aaab3c8f7f62f928897ecd79ec46b69bf252ca0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2025 20:04:06 +0000 Subject: [PATCH] build(deps): 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index fa7c2e9a..447b55c4 100644 --- a/build.gradle +++ b/build.gradle @@ -26,7 +26,7 @@ dependencies { implementation group: 'com.github.trilarion', name: 'java-vorbis-support', version: '1.2.1' // https://mvnrepository.com/artifact/org.jaudiolibs/audioservers-javasound implementation group: 'org.jaudiolibs', name: 'audioservers-javasound', version: '2.0.0' - implementation 'com.google.code.gson:gson:2.11.0' + implementation 'com.google.code.gson:gson:2.12.0' implementation 'com.formdev:flatlaf:3.5.4' implementation group: 'org.ow2.asm', name: 'asm', version: '9.7.1' implementation group: 'org.ow2.asm', name: 'asm-commons', version: '9.7.1'