update gson to fix error with parsing arrays

This commit is contained in:
Taah 2022-04-02 13:14:37 -07:00
parent aa18e5d11a
commit c41c09710d
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ dependencies {
library "org.eclipse.jetty:jetty-server:11.0.8"
library "org.eclipse.jetty:jetty-servlet:11.0.8"
library "org.eclipse.jetty:jetty-proxy:11.0.8"
library "com.google.code.gson:gson:2.9.0"
compileOnly "io.papermc.paper:paper-api:1.18.2-R0.1-SNAPSHOT"
implementation "org.bstats:bstats-base:3.0.0"
implementation "org.bstats:bstats-bukkit:3.0.0"