Upgrade to Gson 2.13.0

Closes gh-34772
This commit is contained in:
Brian Clozel
2025-04-17 10:28:16 +02:00
parent 7a4bf1dcb2
commit a185f15352

View File

@@ -29,7 +29,7 @@ dependencies {
api("com.github.librepdf:openpdf:1.3.43")
api("com.google.code.findbugs:findbugs:3.0.1")
api("com.google.code.findbugs:jsr305:3.0.2")
api("com.google.code.gson:gson:2.12.1")
api("com.google.code.gson:gson:2.13.0")
api("com.google.protobuf:protobuf-java-util:4.30.2")
api("com.h2database:h2:2.3.232")
api("com.jayway.jsonpath:json-path:2.9.0")