Skip to content

Commit

Permalink
Upgrade turbine to 0.6.0
Browse files Browse the repository at this point in the history
Same as 81117aa which was accidentally reverted in 5e63f2d

Fixes #21895

Closes #22301.

PiperOrigin-RevId: 632186641
Change-Id: If30c5db8a6d177b23d0a50628b11d37bdfaab88b
  • Loading branch information
Wyverald authored and copybara-github committed May 9, 2024
1 parent 21eedc8 commit f313376
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ maven.install(
"com.google.http-client:google-http-client:1.42.0",
"com.google.http-client:google-http-client-gson:1.42.0",
"com.google.j2objc:j2objc-annotations:1.3",
"com.google.turbine:turbine:0.5.0",
"com.google.turbine:turbine:0.6.0",
"com.ryanharter.auto.value:auto-value-gson-extension:1.3.1",
"com.ryanharter.auto.value:auto-value-gson-factory:1.3.1",
"com.ryanharter.auto.value:auto-value-gson-runtime:1.3.1",
Expand Down
34 changes: 17 additions & 17 deletions MODULE.bazel.lock

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

8 changes: 4 additions & 4 deletions maven_install.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"__AUTOGENERATED_FILE_DO_NOT_MODIFY_THIS_FILE_MANUALLY": "THERE_IS_NO_DATA_ONLY_ZUUL",
"__INPUT_ARTIFACTS_HASH": -983466987,
"__RESOLVED_ARTIFACTS_HASH": 1834716018,
"__INPUT_ARTIFACTS_HASH": -1536314734,
"__RESOLVED_ARTIFACTS_HASH": -1123103492,
"conflict_resolution": {
"com.google.auto.value:auto-value-annotations:1.9": "com.google.auto.value:auto-value-annotations:1.10.4",
"com.google.code.gson:gson:2.8.9": "com.google.code.gson:gson:2.9.0",
Expand Down Expand Up @@ -284,9 +284,9 @@
},
"com.google.turbine:turbine": {
"shasums": {
"jar": "3bb883977330ec99dd11d8bba0c9c9084b356189807920903984215a466c81ac"
"jar": "277b6d59934dc8af95675a6cf6f054e9f43e0708344b08ba2aa927a578174950"
},
"version": "0.5.0"
"version": "0.6.0"
},
"com.ryanharter.auto.value:auto-value-gson-extension": {
"shasums": {
Expand Down

0 comments on commit f313376

Please sign in to comment.