diff --git a/plugin/build.gradle b/plugin/build.gradle index 9d389db..1eec7c9 100644 --- a/plugin/build.gradle +++ b/plugin/build.gradle @@ -18,7 +18,7 @@ processResources { dependencies { compileOnly "me.clip:placeholderapi:2.11.6" // Placeholder support compileOnly "com.github.retrooper:packetevents-spigot:2.6.0" // Packets - implementation "com.google.code.gson:gson:2.10.1" // JSON parsing + implementation "com.google.code.gson:gson:2.11.0" // JSON parsing implementation "org.bstats:bstats-bukkit:3.0.2" // Plugin stats implementation "space.arim.dazzleconf:dazzleconf-ext-snakeyaml:1.2.1" // Configs implementation "lol.pyr:director-adventure:2.1.2" // Commands @@ -42,7 +42,6 @@ shadowJar { relocate "me.robertlit.spigotresources", "lol.pyr.znpcsplus.libraries.spigotresources" relocate "net.kyori", "lol.pyr.znpcsplus.libraries.kyori" relocate "org.checkerframework", "lol.pyr.znpcsplus.libraries.checkerframework" - relocate "com.google", "lol.pyr.znpcsplus.libraries.google" relocate "com.google.gson", "lol.pyr.znpcsplus.libraries.gson" relocate "org.yaml.snakeyaml", "lol.pyr.znpcsplus.libraries.snakeyaml" relocate "space.arim.dazzleconf", "lol.pyr.znpcsplus.libraries.dazzleconf"