Commit 6d0a169
authored
deps: update grpc dependencies to v1.68.2 (#3420)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [io.grpc:grpc-core](https://redirect.github.com/grpc/grpc-java) |
`1.68.1` -> `1.68.2` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
| [io.grpc:grpc-bom](https://redirect.github.com/grpc/grpc-java) |
`1.68.1` -> `1.68.2` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.
---
### Release Notes
<details>
<summary>grpc/grpc-java (io.grpc:grpc-core)</summary>
###
[`v1.68.2`](https://redirect.github.com/grpc/grpc-java/releases/tag/v1.68.2)
[Compare
Source](https://redirect.github.com/grpc/grpc-java/compare/v1.68.1...v1.68.2)
##### Bug Fixes
- api: When forwarding from Listener onAddresses to Listener2 continue
to use onResult
([https://github.com/grpc/grpc-java/pull/11688](https://redirect.github.com/grpc/grpc-java/pull/11688)).
This fixes a 1.68.1 "IllegalStateException: Not called from the
SynchronizationContext" regression
([#​11662](https://redirect.github.com/grpc/grpc-java/issues/11662))
that could be seen in certain custom NameResolvers
- okhttp: If the frame handler thread is null do not schedule it on the
executor
([https://github.com/grpc/grpc-java/pull/11716](https://redirect.github.com/grpc/grpc-java/pull/11716)).
This fixes a 1.68.1 NullPointerException regression when a custom
transportExecutor was provided to the channel and it did not have enough
threads to run new tasks
##### Improvements
- examples: Use xds-enabled server and xds credentials in
example-gcp-csm-observability
([https://github.com/grpc/grpc-java/pull/11707](https://redirect.github.com/grpc/grpc-java/pull/11707))
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/googleapis/sdk-platform-java).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS40Mi40IiwidXBkYXRlZEluVmVyIjoiMzkuNDIuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->1 parent 78cbff1 commit 6d0a169
File tree
3 files changed
+3
-3
lines changed- .cloudbuild/library_generation
- gapic-generator-java-pom-parent
- gax-java
3 files changed
+3
-3
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
0 commit comments