Skip to content

Commit

Permalink
Update GSON to 2.10.1
Browse files Browse the repository at this point in the history
This adds support for record serialization.

Work towards bazelbuild#4005
  • Loading branch information
fmeum committed May 17, 2024
1 parent 82317b5 commit 7f49b39
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 23 deletions.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ maven.install(
"com.google.auto.value:auto-value:1.10.4",
"com.google.auto.value:auto-value-annotations:1.10.4",
"com.google.code.findbugs:jsr305:3.0.2",
"com.google.code.gson:gson:2.9.0",
"com.google.code.gson:gson:2.10.1",
"com.google.code.java-allocation-instrumenter:java-allocation-instrumenter:3.3.0",
"com.google.errorprone:error_prone_annotation:2.23.0",
"com.google.errorprone:error_prone_annotations:2.23.0",
Expand Down
23 changes: 6 additions & 17 deletions MODULE.bazel.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions maven_install.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"__AUTOGENERATED_FILE_DO_NOT_MODIFY_THIS_FILE_MANUALLY": "THERE_IS_NO_DATA_ONLY_ZUUL",
"__INPUT_ARTIFACTS_HASH": -1409653514,
"__RESOLVED_ARTIFACTS_HASH": 1355380049,
"__INPUT_ARTIFACTS_HASH": -1197677995,
"__RESOLVED_ARTIFACTS_HASH": -957182591,
"conflict_resolution": {
"com.google.code.gson:gson:2.8.9": "com.google.code.gson:gson:2.9.0",
"com.google.code.gson:gson:2.8.9": "com.google.code.gson:gson:2.10.1",
"com.google.errorprone:error_prone_annotations:2.23.0": "com.google.errorprone:error_prone_annotations:2.24.1",
"com.google.errorprone:error_prone_annotations:2.3.2": "com.google.errorprone:error_prone_annotations:2.24.1",
"com.google.guava:failureaccess:1.0.1": "com.google.guava:failureaccess:1.0.2",
Expand Down Expand Up @@ -121,9 +121,9 @@
},
"com.google.code.gson:gson": {
"shasums": {
"jar": "c96d60551331a196dac54b745aa642cd078ef89b6f267146b705f2c2cbef052d"
"jar": "4241c14a7727c34feea6507ec801318a3d4a90f070e4525681079fb94ee4c593"
},
"version": "2.9.0"
"version": "2.10.1"
},
"com.google.code.java-allocation-instrumenter:java-allocation-instrumenter": {
"shasums": {
Expand Down

0 comments on commit 7f49b39

Please sign in to comment.