13
0
geforkt von Mirrors/Paper

Upgrade gson to 2.8.8 (Closes #6370)

Dieser Commit ist enthalten in:
Shane Freeder 2021-10-19 15:32:18 +01:00
Ursprung 82418e3a71
Commit 4fe89b58d2

Datei anzeigen

@ -9,7 +9,11 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -0,0 +0,0 @@ dependencies {
api("com.google.code.gson:gson:2.8.0")
// api dependencies are listed transitively to API consumers
api("commons-lang:commons-lang:2.6")
api("com.google.guava:guava:21.0")
- api("com.google.code.gson:gson:2.8.0")
+ api("com.google.code.gson:gson:2.8.8") // Paper - bump
api("net.md-5:bungeecord-chat:1.16-R0.4")
api("org.yaml:snakeyaml:1.28")
+ api("com.googlecode.json-simple:json-simple:1.1.1") // Paper