From 4358eda5880110b7c997f00670754f2fa4880152 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 09:19:08 +0000 Subject: [PATCH] Bump gson from 2.8.0 to 2.10.1 Bumps [gson](https://github.com/google/gson) from 2.8.0 to 2.10.1. - [Release notes](https://github.com/google/gson/releases) - [Changelog](https://github.com/google/gson/blob/master/CHANGELOG.md) - [Commits](https://github.com/google/gson/compare/gson-parent-2.8.0...gson-parent-2.10.1) --- 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 b6946b6..95a1792 100644 --- a/build.gradle +++ b/build.gradle @@ -111,7 +111,7 @@ dependencies { compile group: 'club.minnced', name: 'java-discord-rpc', version: '2.0.1' /*compile 'com.github.cabaletta:baritone:1.2.14'*/ /*compile 'cabaletta:baritone-api:1.2'*/ - compileOnly 'com.google.code.gson:gson:2.8.0' // gson is included in mc 1.12.2, im just not sure what version + compileOnly 'com.google.code.gson:gson:2.10.1' // gson is included in mc 1.12.2, im just not sure what version /*compileOnly 'org.jetbrains:annotations:21.0.1'*/ /*test scope*/ testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.0-M1'