Skip to content

Commit 1dcc215

Browse files
opensearch-trigger-bot[bot]github-actions[bot]dependabot[bot]
authored
dependabot: bump com.google.code.gson:gson from 2.8.9 to 2.11.0 (#1375) (#1384)
Bumps [com.google.code.gson:gson](https://github.com/google/gson) from 2.8.9 to 2.11.0. - [Release notes](https://github.com/google/gson/releases) - [Changelog](https://github.com/google/gson/blob/main/CHANGELOG.md) - [Commits](google/gson@gson-parent-2.8.9...gson-parent-2.11.0) --- updated-dependencies: - dependency-name: com.google.code.gson:gson dependency-type: direct:production update-type: version-update:semver-minor ... (cherry picked from commit edee6f1) Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 466f82c commit 1dcc215

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ dependencies {
120120
compileOnly group: 'com.google.guava', name: 'guava', version:'32.1.3-jre'
121121
compileOnly group: 'com.google.guava', name: 'failureaccess', version:'1.0.1'
122122
implementation group: 'org.apache.commons', name: 'commons-math3', version: '3.6.1'
123-
implementation group: 'com.google.code.gson', name: 'gson', version: '2.8.9'
123+
implementation group: 'com.google.code.gson', name: 'gson', version: '2.11.0'
124124
implementation group: 'com.yahoo.datasketches', name: 'sketches-core', version: '0.13.4'
125125
implementation group: 'com.yahoo.datasketches', name: 'memory', version: '0.12.2'
126126
implementation group: 'commons-lang', name: 'commons-lang', version: '2.6'
@@ -222,7 +222,7 @@ configurations.all {
222222
force "org.objenesis:objenesis:3.3"
223223
force "net.bytebuddy:byte-buddy:1.15.10"
224224
force "net.bytebuddy:byte-buddy-agent:1.15.10"
225-
force "com.google.code.gson:gson:2.8.9"
225+
force "com.google.code.gson:gson:2.11.0"
226226
force "junit:junit:4.13.2"
227227

228228
force "com.google.guava:guava:32.1.3-jre" // CVE for 31.1

0 commit comments

Comments
 (0)