upgrade gson to v2.13.2

This commit is contained in:
Craig Raw 2026-03-04 14:36:29 +02:00
parent 4c2b8055ec
commit eeade6a173

View File

@ -45,7 +45,7 @@ dependencies {
implementation(project(':drongo'))
implementation(project(':lark'))
implementation('com.google.guava:guava:33.5.0-jre')
implementation('com.google.code.gson:gson:2.9.1')
implementation('com.google.code.gson:gson:2.13.2')
implementation('com.h2database:h2:2.1.214')
implementation('com.zaxxer:HikariCP:7.0.2') {
exclude group: 'org.slf4j'