GP-6747: Upgrading some jars

This commit is contained in:
Ryan Kurtz
2026-04-24 07:27:28 -04:00
parent 2d416f1071
commit 94ab13066a
3 changed files with 13 additions and 13 deletions

View File

@@ -24,7 +24,7 @@ java {
}
dependencies {
api "com.google.code.gson:gson:2.9.0"
api "com.google.code.gson:gson:2.13.2"
}
def jsonTask = rootProject.tasks.findByName("createJsondocs") ?: rootProject.tasks.findByName("createJsonDocs")