From 2a0aefcc7cf317723591523020618a8cec9cecb2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 12:04:41 +0000 Subject: [PATCH] Bump gson from 2.9.0 to 2.10.1 Bumps [gson](https://github.com/google/gson) from 2.9.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.9.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] --- bukkit/build.gradle | 2 +- common/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bukkit/build.gradle b/bukkit/build.gradle index 1661774f..462dfdc5 100644 --- a/bukkit/build.gradle +++ b/bukkit/build.gradle @@ -15,5 +15,5 @@ dependencies { // So instead let's use the netty version that we were using before (inherited from bungeecord) compileOnly "io.netty:netty-codec:4.1.58.Final" - testImplementation "com.google.code.gson:gson:2.9.0" + testImplementation "com.google.code.gson:gson:2.10.1" } diff --git a/common/build.gradle b/common/build.gradle index 5fb4d69f..54137503 100644 --- a/common/build.gradle +++ b/common/build.gradle @@ -18,7 +18,7 @@ dependencies { // Font width data (see above) dddResource "solteragg:mc-font-extractor:main:mojangles_width_data@json" - implementation "com.google.code.gson:gson:2.9.0" + implementation "com.google.code.gson:gson:2.10.1" // Dependencies available in both bukkit and bungee compileOnly "net.md-5:bungeecord-chat:1.19-R0.1-SNAPSHOT"