From 02b4eec67ddcbecba00514acc0a2626c21ece90b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 02:08:27 +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] --- ps-api-annotation-processor/build.gradle | 2 +- ps-common/build.gradle | 2 +- ps-lobby-spigot/build.gradle | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ps-api-annotation-processor/build.gradle b/ps-api-annotation-processor/build.gradle index 7919b05..ed079a7 100644 --- a/ps-api-annotation-processor/build.gradle +++ b/ps-api-annotation-processor/build.gradle @@ -28,7 +28,7 @@ plugins { dependencies { api project(':ps-api') - api 'com.google.code.gson:gson:2.9.0' + api 'com.google.code.gson:gson:2.10.1' } java { diff --git a/ps-common/build.gradle b/ps-common/build.gradle index 0709f4a..e0f71f0 100644 --- a/ps-common/build.gradle +++ b/ps-common/build.gradle @@ -28,7 +28,7 @@ plugins { dependencies { api project(':ps-api') - implementation 'com.google.code.gson:gson:2.9.0' + implementation 'com.google.code.gson:gson:2.10.1' } java { diff --git a/ps-lobby-spigot/build.gradle b/ps-lobby-spigot/build.gradle index 83b5bec..d74059c 100644 --- a/ps-lobby-spigot/build.gradle +++ b/ps-lobby-spigot/build.gradle @@ -28,7 +28,7 @@ plugins { dependencies { api 'com.github.juliarn:npc-lib:development-SNAPSHOT' - api 'com.google.code.gson:gson:2.9.0' + api 'com.google.code.gson:gson:2.10.1' compileOnly project(':ps-plugin-spigot') annotationProcessor project(':ps-api-annotation-processor') compileOnly 'org.spigotmc:spigot-api:1.8.8-R0.1-SNAPSHOT'