From 2a6844258dc99c43197cd801856608c1a22d75f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Aug 2022 12:12:50 +0000 Subject: [PATCH] Bump gson from 2.9.0 to 2.9.1 Bumps [gson](https://github.com/google/gson) from 2.9.0 to 2.9.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.9.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] --- 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..e7e0a506 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.9.1" } diff --git a/common/build.gradle b/common/build.gradle index 5fb4d69f..d66268c6 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.9.1" // Dependencies available in both bukkit and bungee compileOnly "net.md-5:bungeecord-chat:1.19-R0.1-SNAPSHOT"