From 436225e3417c333edc7478ca1edca440943e4aa9 Mon Sep 17 00:00:00 2001 From: DanMB Date: Sat, 25 Dec 2021 11:58:12 -0800 Subject: [PATCH] Update gson --- build.gradle | 3 ++- src/main/resources/plugin.yml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 2a4fe5270..ee5fc79d2 100644 --- a/build.gradle +++ b/build.gradle @@ -100,6 +100,7 @@ processResources { */ repositories { maven { url "https://dl.cloudsmith.io/public/arcane/archive/maven/" } + mavenCentral() } /** @@ -163,7 +164,7 @@ dependencies { implementation 'it.unimi.dsi:fastutil:8.5.6' implementation 'com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:1.4.2' implementation 'org.zeroturnaround:zt-zip:1.14' - implementation 'com.google.code.gson:gson:2.8.8' + implementation 'com.google.code.gson:gson:2.8.9' implementation 'org.ow2.asm:asm:9.2' implementation 'com.google.guava:guava:31.0.1-jre' implementation 'bsf:bsf:2.4.0' diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index 4ba780cc8..304eceb7d 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -11,7 +11,7 @@ libraries: - org.apache.commons:commons-lang3:3.12.0 - io.timeandspace:smoothie-map:2.0.2 - com.google.guava:guava:31.0.1-jre - - com.google.code.gson:gson:2.8.8 + - com.google.code.gson:gson:2.8.9 - org.zeroturnaround:zt-zip:1.14 - it.unimi.dsi:fastutil:8.5.6 - org.ow2.asm:asm:9.2