Skip to content

Commit

Permalink
upgrade gson to 2.8.9 (#354)
Browse files Browse the repository at this point in the history
Signed-off-by: Yaliang Wu <[email protected]>
  • Loading branch information
ylwu-amzn authored Jan 11, 2022
1 parent c8e8d5a commit af2763c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ configurations.all {
force "org.objenesis:objenesis:3.0.1"
force "net.bytebuddy:byte-buddy:1.9.15"
force "net.bytebuddy:byte-buddy-agent:1.9.15"
force "com.google.code.gson:gson:2.8.6"
force "com.google.code.gson:gson:2.8.9"
force "junit:junit:4.12"
}
}
Expand Down Expand Up @@ -568,7 +568,7 @@ dependencies {
compile "org.opensearch.client:opensearch-rest-client:${opensearch_version}"
compile group: 'com.google.guava', name: 'guava', version:'29.0-jre'
compile group: 'org.apache.commons', name: 'commons-math3', version: '3.6.1'
compile group: 'com.google.code.gson', name: 'gson', version: '2.8.6'
compile group: 'com.google.code.gson', name: 'gson', version: '2.8.9'
compile group: 'com.yahoo.datasketches', name: 'sketches-core', version: '0.13.4'
compile group: 'com.yahoo.datasketches', name: 'memory', version: '0.12.2'
compile group: 'commons-lang', name: 'commons-lang', version: '2.6'
Expand Down

0 comments on commit af2763c

Please sign in to comment.