GP-1909: Upgrading Gson to 2.9.0 (Closes #3992)

This commit is contained in:
Ryan Kurtz
2022-04-09 04:31:21 -04:00
parent 0976dc6b27
commit 22b62d766b
6 changed files with 5 additions and 6 deletions

View File

@@ -19,7 +19,7 @@ eclipse.project.name = '_JsonDoclet'
apply plugin: 'java-library'
dependencies {
api "com.google.code.gson:gson:2.8.9"
api "com.google.code.gson:gson:2.9.0"
}
rootProject.createJsondocs.dependsOn jar