Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps-dev): bump grpc-protobuf.version from 1.68.1 to 1.68.2 #2124

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 2, 2024

Bumps grpc-protobuf.version from 1.68.1 to 1.68.2.
Updates io.grpc:grpc-protobuf from 1.68.1 to 1.68.2

Release notes

Sourced from io.grpc:grpc-protobuf's releases.

v1.68.2

Bug Fixes

  • api: When forwarding from Listener onAddresses to Listener2 continue to use onResult (grpc/grpc-java#11688). This fixes a 1.68.1 "IllegalStateException: Not called from the SynchronizationContext" regression (#11662) that could be seen in certain custom NameResolvers
  • okhttp: If the frame handler thread is null do not schedule it on the executor (grpc/grpc-java#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 (grpc/grpc-java#11707)
Commits
  • fa5cfcd Bump version to 1.68.2
  • 3782ba8 Update README etc to reference 1.68.2
  • 1dac376 okhttp: Use failing "source" for read bytes when sending GOAWAY due to insuff...
  • e225c23 [CSM] Use xds-enabled server and xds credentials in examples (#11706)
  • 197a15c gae-interop-testing: Upgrade to Java 17 (#11710)
  • 2636d5d api: When forwarding from Listener onAddresses to Listener2 continue to use o...
  • 468b29c Bump version to 1.68.2-SNAPSHOT
  • See full diff in compare view

Updates io.grpc:grpc-stub from 1.68.1 to 1.68.2

Release notes

Sourced from io.grpc:grpc-stub's releases.

v1.68.2

Bug Fixes

  • api: When forwarding from Listener onAddresses to Listener2 continue to use onResult (grpc/grpc-java#11688). This fixes a 1.68.1 "IllegalStateException: Not called from the SynchronizationContext" regression (#11662) that could be seen in certain custom NameResolvers
  • okhttp: If the frame handler thread is null do not schedule it on the executor (grpc/grpc-java#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 (grpc/grpc-java#11707)
Commits
  • fa5cfcd Bump version to 1.68.2
  • 3782ba8 Update README etc to reference 1.68.2
  • 1dac376 okhttp: Use failing "source" for read bytes when sending GOAWAY due to insuff...
  • e225c23 [CSM] Use xds-enabled server and xds credentials in examples (#11706)
  • 197a15c gae-interop-testing: Upgrade to Java 17 (#11710)
  • 2636d5d api: When forwarding from Listener onAddresses to Listener2 continue to use o...
  • 468b29c Bump version to 1.68.2-SNAPSHOT
  • See full diff in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Dec 2, 2024
@dependabot dependabot bot force-pushed the dependabot/maven/develop/grpc-protobuf.version-1.68.2 branch from c3086f2 to 2553cbe Compare December 2, 2024 15:14
@dependabot dependabot bot force-pushed the dependabot/maven/develop/grpc-protobuf.version-1.68.2 branch 2 times, most recently from 5c39383 to 5ed1b37 Compare December 2, 2024 15:23
Bumps `grpc-protobuf.version` from 1.68.1 to 1.68.2.

Updates `io.grpc:grpc-protobuf` from 1.68.1 to 1.68.2
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.68.1...v1.68.2)

Updates `io.grpc:grpc-stub` from 1.68.1 to 1.68.2
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.68.1...v1.68.2)

---
updated-dependencies:
- dependency-name: io.grpc:grpc-protobuf
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: io.grpc:grpc-stub
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/maven/develop/grpc-protobuf.version-1.68.2 branch from 5ed1b37 to fc06491 Compare December 2, 2024 15:27
@ijusti ijusti merged commit f1f50b2 into develop Dec 2, 2024
5 checks passed
@ijusti ijusti deleted the dependabot/maven/develop/grpc-protobuf.version-1.68.2 branch December 2, 2024 15:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant