Update gson

This commit is contained in:
cyberpwn 2021-08-27 02:46:45 -04:00
parent 3d15abfdae
commit c7dd91ef90
2 changed files with 2 additions and 2 deletions

View File

@ -191,7 +191,7 @@ dependencies {
implementation 'it.unimi.dsi:fastutil:8.5.4'
implementation 'com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:1.4.2'
implementation 'org.zeroturnaround:zt-zip:1.14'
implementation 'com.google.code.gson:gson:2.8.7'
implementation 'com.google.code.gson:gson:2.8.8'
implementation 'org.ow2.asm:asm:9.2'
implementation 'com.google.guava:guava:30.1.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:30.1.1-jre
- com.google.code.gson:gson:2.8.7
- com.google.code.gson:gson:2.8.8
- org.zeroturnaround:zt-zip:1.14
- it.unimi.dsi:fastutil:8.5.4
- org.ow2.asm:asm:9.2