Update gson

This commit is contained in:
DanMB 2021-12-25 11:58:12 -08:00
parent ca89073537
commit 436225e341
2 changed files with 3 additions and 2 deletions

View File

@ -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'

View File

@ -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