From f1c2b5aff4bf41b1a8148a4884e0e3fab3ea8f74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jan 2025 20:05:51 +0000 Subject: [PATCH] build(deps): bump com.google.code.gson:gson from 2.12.0 to 2.12.1 Bumps [com.google.code.gson:gson](https://github.com/google/gson) from 2.12.0 to 2.12.1. - [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.12.0...gson-parent-2.12.1) --- updated-dependencies: - dependency-name: com.google.code.gson:gson dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 447b55c4..cbeafe48 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.12.0' + implementation 'com.google.code.gson:gson:2.12.1' 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'