From fdfa93ebb5785e7df7b9ba8da45efab813ed79c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 07:18:51 +0000 Subject: [PATCH] Bump com.google.code.gson:gson from 2.10.1 to 2.11.0 Bumps [com.google.code.gson:gson](https://github.com/google/gson) from 2.10.1 to 2.11.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.10.1...gson-parent-2.11.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 7e64f40..5ddc816 100644 --- a/build.gradle +++ b/build.gradle @@ -28,7 +28,7 @@ dependencies { compileOnly sourceSets.javaFxStub.output api "net.lenni0451.commons:httpclient:1.5.1" - api "com.google.code.gson:gson:2.10.1" + api "com.google.code.gson:gson:2.11.0" api "io.jsonwebtoken:jjwt-impl:0.12.5" api("io.jsonwebtoken:jjwt-gson:0.12.5") { exclude group: "com.google.code.gson", module: "gson"