update gson library

This commit is contained in:
CrazyDev22
2024-05-16 13:12:11 +02:00
parent 09a0f83013
commit 6ddb0b5304
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -244,7 +244,7 @@ allprojects {
compileOnly 'it.unimi.dsi:fastutil:8.5.8' compileOnly 'it.unimi.dsi:fastutil:8.5.8'
compileOnly 'com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:1.4.2' compileOnly 'com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:1.4.2'
compileOnly 'org.zeroturnaround:zt-zip:1.14' compileOnly 'org.zeroturnaround:zt-zip:1.14'
compileOnly 'com.google.code.gson:gson:2.9.0' compileOnly 'com.google.code.gson:gson:2.10.1'
compileOnly 'org.ow2.asm:asm:9.2' compileOnly 'org.ow2.asm:asm:9.2'
compileOnly 'com.google.guava:guava:33.0.0-jre' compileOnly 'com.google.guava:guava:33.0.0-jre'
compileOnly 'bsf:bsf:2.4.0' compileOnly 'bsf:bsf:2.4.0'
+1 -1
View File
@@ -12,7 +12,7 @@ libraries:
- commons-io:commons-io:2.13.0 - commons-io:commons-io:2.13.0
- io.timeandspace:smoothie-map:2.0.2 - io.timeandspace:smoothie-map:2.0.2
- com.google.guava:guava:31.0.1-jre - com.google.guava:guava:31.0.1-jre
- com.google.code.gson:gson:2.8.9 - com.google.code.gson:gson:2.10.1
- org.zeroturnaround:zt-zip:1.14 - org.zeroturnaround:zt-zip:1.14
- it.unimi.dsi:fastutil:8.5.6 - it.unimi.dsi:fastutil:8.5.6
- org.ow2.asm:asm:9.2 - org.ow2.asm:asm:9.2