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

Bump grpcVersion from 1.54.1 to 1.55.1 #919

Merged
merged 1 commit into from
May 13, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 13, 2023

Bumps grpcVersion from 1.54.1 to 1.55.1.
Updates io.grpc:grpc-netty-shaded from 1.54.1 to 1.55.1

Release notes

Sourced from io.grpc:grpc-netty-shaded's releases.

v1.55.1

The 1.55.0 release failed. There were no artifacts published for it.

API Changes

  • services: Rename MetricRecorder.setQps/clearQps to setQpsMetric/clearQpsMetric (#10031)

Behavior Changes

  • gcp-observability: Remove monitored resource detection for logging (grpc/grpc-java#10020). The cloud libraries will fill in these details instead
  • protoc-gen-grpc-java: binaries for Linux ARM and PPC are now built using Ubuntu 18.04. They will no longer work on Ubuntu 16.04 and Debian 9

New Features

  • api: Stabilize the frequently used compression APIs (#9942): CallOptions.withCompression, CallOptions.getCompressor, AbstractStub.withCompression, ServerCall.setCompression, ServerCall.setMessageCompression
  • api: Stabilize Detachable and HasByteBuffer
  • gcp-observability: Stabilize GcpObservability (grpc/grpc-java#10024). The GcpObservability API provides a simple way to export logging, tracing, and metrics to Google Cloud Operations. See the Google Cloud blog post.
  • census: Add new tracer annotation to indicate the time when name resolution completed for those RPCs that experienced name resolution delay, or the time when picking subchannel completed for those RPCs that experienced picking subchannel delay. (#10014, #10044)
  • protoc-gen-grpc-java: binary for s390x is now published (#9455). The glibc version used is available in Ubuntu 20.04, Debian 11, and CentOS 9 and later
  • authz: Added FileWatcherAuthorizationServerInterceptor (#9775)
  • services: Added OrcaMetricReportingServerInterceptor.create(MetricRecorder) which adds common metrics per-RPC (#9902)
  • android: Add UdsChannelBuilder for using LocalSocket an Android (#8418)
  • alts: Observe the GRPC_ALTS_MAX_CONCURRENT_HANDSHAKES environment variable user to adjust the max number of concurrent ALTS handshakes (#10016)
  • binder: Expose client identity via PeerUid and PeerUids (#9952)
  • binder: Add BindServiceFlags.setAllowActivityStarts() for BIND_ALLOW_ACTIVITY_STARTS added in Android U (#10008)

Bug Fixes

  • core: Fix NPE race during hedging (grpc/grpc-java#10007), fixing a Netty buffer memory leak for cancelled RPCs
  • core: Allow transparent retries after a retry attempt and the configured max retries was 1 (#10066)
  • okhttp: properly implement OkHttpServerBuilder.maxConnectionAgeGrace() (#9968)
  • xds: Enable federation support. See gRFC A47
  • xds: Enable Weighted Round Robin LB policy support. See gRFC A58
  • xds: Avoid ClassCastException if the control plane changes the top-level policy (#10091). This is expected to be unlikely, but is possible
  • xds: Fix java.util.NoSuchElementException: SecurityProtocolNegotiators$ClientSdsHandler#0 (#10118). This error did not cause any problems, other than unnecessary logging
  • xds: Avoid using the default locale for case insensitive path matching (#10148)
  • googleapis: Enable ignore_resource_deletion for google-c2p: resolver’s default xds bootstrap (#10121)
  • rls: Refresh name resolution on rejected addresses (#10032)

New Examples

Dependencies

  • protobuf-java and protobuf-java-util upgraded to 3.22.3 (#10045)

... (truncated)

Commits
  • c9b905f Bump version to 1.55.1
  • 0289d34 Update README etc to reference 1.55.1
  • a99c8d1 xds: Avoid default locale and reset()
  • 0847e2b android,binder,cronet: .aar file when publishing (#10138) (#10144)
  • 7c894d6 Bump version to 1.55.1-SNAPSHOT
  • e480405 Bump version to 1.55.0
  • c32f31a Update README etc to reference 1.55.0
  • 645b98f interop-testing: add googleapis and rls as interop client dependencies
  • ab408f6 googleapis: Enable ignore_resource_deletion in bootstrap
  • 6ee4184 xds: handle the handlerRemoved callback to skip updateSslContext processing (...
  • Additional commits viewable in compare view

Updates io.grpc:grpc-protobuf from 1.54.1 to 1.55.1

Release notes

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

v1.55.1

The 1.55.0 release failed. There were no artifacts published for it.

API Changes

  • services: Rename MetricRecorder.setQps/clearQps to setQpsMetric/clearQpsMetric (#10031)

Behavior Changes

  • gcp-observability: Remove monitored resource detection for logging (grpc/grpc-java#10020). The cloud libraries will fill in these details instead
  • protoc-gen-grpc-java: binaries for Linux ARM and PPC are now built using Ubuntu 18.04. They will no longer work on Ubuntu 16.04 and Debian 9

New Features

  • api: Stabilize the frequently used compression APIs (#9942): CallOptions.withCompression, CallOptions.getCompressor, AbstractStub.withCompression, ServerCall.setCompression, ServerCall.setMessageCompression
  • api: Stabilize Detachable and HasByteBuffer
  • gcp-observability: Stabilize GcpObservability (grpc/grpc-java#10024). The GcpObservability API provides a simple way to export logging, tracing, and metrics to Google Cloud Operations. See the Google Cloud blog post.
  • census: Add new tracer annotation to indicate the time when name resolution completed for those RPCs that experienced name resolution delay, or the time when picking subchannel completed for those RPCs that experienced picking subchannel delay. (#10014, #10044)
  • protoc-gen-grpc-java: binary for s390x is now published (#9455). The glibc version used is available in Ubuntu 20.04, Debian 11, and CentOS 9 and later
  • authz: Added FileWatcherAuthorizationServerInterceptor (#9775)
  • services: Added OrcaMetricReportingServerInterceptor.create(MetricRecorder) which adds common metrics per-RPC (#9902)
  • android: Add UdsChannelBuilder for using LocalSocket an Android (#8418)
  • alts: Observe the GRPC_ALTS_MAX_CONCURRENT_HANDSHAKES environment variable user to adjust the max number of concurrent ALTS handshakes (#10016)
  • binder: Expose client identity via PeerUid and PeerUids (#9952)
  • binder: Add BindServiceFlags.setAllowActivityStarts() for BIND_ALLOW_ACTIVITY_STARTS added in Android U (#10008)

Bug Fixes

  • core: Fix NPE race during hedging (grpc/grpc-java#10007), fixing a Netty buffer memory leak for cancelled RPCs
  • core: Allow transparent retries after a retry attempt and the configured max retries was 1 (#10066)
  • okhttp: properly implement OkHttpServerBuilder.maxConnectionAgeGrace() (#9968)
  • xds: Enable federation support. See gRFC A47
  • xds: Enable Weighted Round Robin LB policy support. See gRFC A58
  • xds: Avoid ClassCastException if the control plane changes the top-level policy (#10091). This is expected to be unlikely, but is possible
  • xds: Fix java.util.NoSuchElementException: SecurityProtocolNegotiators$ClientSdsHandler#0 (#10118). This error did not cause any problems, other than unnecessary logging
  • xds: Avoid using the default locale for case insensitive path matching (#10148)
  • googleapis: Enable ignore_resource_deletion for google-c2p: resolver’s default xds bootstrap (#10121)
  • rls: Refresh name resolution on rejected addresses (#10032)

New Examples

Dependencies

  • protobuf-java and protobuf-java-util upgraded to 3.22.3 (#10045)

... (truncated)

Commits
  • c9b905f Bump version to 1.55.1
  • 0289d34 Update README etc to reference 1.55.1
  • a99c8d1 xds: Avoid default locale and reset()
  • 0847e2b android,binder,cronet: .aar file when publishing (#10138) (#10144)
  • 7c894d6 Bump version to 1.55.1-SNAPSHOT
  • e480405 Bump version to 1.55.0
  • c32f31a Update README etc to reference 1.55.0
  • 645b98f interop-testing: add googleapis and rls as interop client dependencies
  • ab408f6 googleapis: Enable ignore_resource_deletion in bootstrap
  • 6ee4184 xds: handle the handlerRemoved callback to skip updateSslContext processing (...
  • Additional commits viewable in compare view

Updates io.grpc:grpc-stub from 1.54.1 to 1.55.1

Release notes

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

v1.55.1

The 1.55.0 release failed. There were no artifacts published for it.

API Changes

  • services: Rename MetricRecorder.setQps/clearQps to setQpsMetric/clearQpsMetric (#10031)

Behavior Changes

  • gcp-observability: Remove monitored resource detection for logging (grpc/grpc-java#10020). The cloud libraries will fill in these details instead
  • protoc-gen-grpc-java: binaries for Linux ARM and PPC are now built using Ubuntu 18.04. They will no longer work on Ubuntu 16.04 and Debian 9

New Features

  • api: Stabilize the frequently used compression APIs (#9942): CallOptions.withCompression, CallOptions.getCompressor, AbstractStub.withCompression, ServerCall.setCompression, ServerCall.setMessageCompression
  • api: Stabilize Detachable and HasByteBuffer
  • gcp-observability: Stabilize GcpObservability (grpc/grpc-java#10024). The GcpObservability API provides a simple way to export logging, tracing, and metrics to Google Cloud Operations. See the Google Cloud blog post.
  • census: Add new tracer annotation to indicate the time when name resolution completed for those RPCs that experienced name resolution delay, or the time when picking subchannel completed for those RPCs that experienced picking subchannel delay. (#10014, #10044)
  • protoc-gen-grpc-java: binary for s390x is now published (#9455). The glibc version used is available in Ubuntu 20.04, Debian 11, and CentOS 9 and later
  • authz: Added FileWatcherAuthorizationServerInterceptor (#9775)
  • services: Added OrcaMetricReportingServerInterceptor.create(MetricRecorder) which adds common metrics per-RPC (#9902)
  • android: Add UdsChannelBuilder for using LocalSocket an Android (#8418)
  • alts: Observe the GRPC_ALTS_MAX_CONCURRENT_HANDSHAKES environment variable user to adjust the max number of concurrent ALTS handshakes (#10016)
  • binder: Expose client identity via PeerUid and PeerUids (#9952)
  • binder: Add BindServiceFlags.setAllowActivityStarts() for BIND_ALLOW_ACTIVITY_STARTS added in Android U (#10008)

Bug Fixes

  • core: Fix NPE race during hedging (grpc/grpc-java#10007), fixing a Netty buffer memory leak for cancelled RPCs
  • core: Allow transparent retries after a retry attempt and the configured max retries was 1 (#10066)
  • okhttp: properly implement OkHttpServerBuilder.maxConnectionAgeGrace() (#9968)
  • xds: Enable federation support. See gRFC A47
  • xds: Enable Weighted Round Robin LB policy support. See gRFC A58
  • xds: Avoid ClassCastException if the control plane changes the top-level policy (#10091). This is expected to be unlikely, but is possible
  • xds: Fix java.util.NoSuchElementException: SecurityProtocolNegotiators$ClientSdsHandler#0 (#10118). This error did not cause any problems, other than unnecessary logging
  • xds: Avoid using the default locale for case insensitive path matching (#10148)
  • googleapis: Enable ignore_resource_deletion for google-c2p: resolver’s default xds bootstrap (#10121)
  • rls: Refresh name resolution on rejected addresses (#10032)

New Examples

Dependencies

  • protobuf-java and protobuf-java-util upgraded to 3.22.3 (#10045)

... (truncated)

Commits
  • c9b905f Bump version to 1.55.1
  • 0289d34 Update README etc to reference 1.55.1
  • a99c8d1 xds: Avoid default locale and reset()
  • 0847e2b android,binder,cronet: .aar file when publishing (#10138) (#10144)
  • 7c894d6 Bump version to 1.55.1-SNAPSHOT
  • e480405 Bump version to 1.55.0
  • c32f31a Update README etc to reference 1.55.0
  • 645b98f interop-testing: add googleapis and rls as interop client dependencies
  • ab408f6 googleapis: Enable ignore_resource_deletion in bootstrap
  • 6ee4184 xds: handle the handlerRemoved callback to skip updateSslContext processing (...
  • Additional commits viewable in compare view

Updates io.grpc:grpc-all from 1.54.1 to 1.55.1

Release notes

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

v1.55.1

The 1.55.0 release failed. There were no artifacts published for it.

API Changes

  • services: Rename MetricRecorder.setQps/clearQps to setQpsMetric/clearQpsMetric (#10031)

Behavior Changes

  • gcp-observability: Remove monitored resource detection for logging (grpc/grpc-java#10020). The cloud libraries will fill in these details instead
  • protoc-gen-grpc-java: binaries for Linux ARM and PPC are now built using Ubuntu 18.04. They will no longer work on Ubuntu 16.04 and Debian 9

New Features

  • api: Stabilize the frequently used compression APIs (#9942): CallOptions.withCompression, CallOptions.getCompressor, AbstractStub.withCompression, ServerCall.setCompression, ServerCall.setMessageCompression
  • api: Stabilize Detachable and HasByteBuffer
  • gcp-observability: Stabilize GcpObservability (grpc/grpc-java#10024). The GcpObservability API provides a simple way to export logging, tracing, and metrics to Google Cloud Operations. See the Google Cloud blog post.
  • census: Add new tracer annotation to indicate the time when name resolution completed for those RPCs that experienced name resolution delay, or the time when picking subchannel completed for those RPCs that experienced picking subchannel delay. (#10014, #10044)
  • protoc-gen-grpc-java: binary for s390x is now published (#9455). The glibc version used is available in Ubuntu 20.04, Debian 11, and CentOS 9 and later
  • authz: Added FileWatcherAuthorizationServerInterceptor (#9775)
  • services: Added OrcaMetricReportingServerInterceptor.create(MetricRecorder) which adds common metrics per-RPC (#9902)
  • android: Add UdsChannelBuilder for using LocalSocket an Android (#8418)
  • alts: Observe the GRPC_ALTS_MAX_CONCURRENT_HANDSHAKES environment variable user to adjust the max number of concurrent ALTS handshakes (#10016)
  • binder: Expose client identity via PeerUid and PeerUids (#9952)
  • binder: Add BindServiceFlags.setAllowActivityStarts() for BIND_ALLOW_ACTIVITY_STARTS added in Android U (#10008)

Bug Fixes

  • core: Fix NPE race during hedging (grpc/grpc-java#10007), fixing a Netty buffer memory leak for cancelled RPCs
  • core: Allow transparent retries after a retry attempt and the configured max retries was 1 (#10066)
  • okhttp: properly implement OkHttpServerBuilder.maxConnectionAgeGrace() (#9968)
  • xds: Enable federation support. See gRFC A47
  • xds: Enable Weighted Round Robin LB policy support. See gRFC A58
  • xds: Avoid ClassCastException if the control plane changes the top-level policy (#10091). This is expected to be unlikely, but is possible
  • xds: Fix java.util.NoSuchElementException: SecurityProtocolNegotiators$ClientSdsHandler#0 (#10118). This error did not cause any problems, other than unnecessary logging
  • xds: Avoid using the default locale for case insensitive path matching (#10148)
  • googleapis: Enable ignore_resource_deletion for google-c2p: resolver’s default xds bootstrap (#10121)
  • rls: Refresh name resolution on rejected addresses (#10032)

New Examples

Dependencies

  • protobuf-java and protobuf-java-util upgraded to 3.22.3 (#10045)

... (truncated)

Commits
  • c9b905f Bump version to 1.55.1
  • 0289d34 Update README etc to reference 1.55.1
  • a99c8d1 xds: Avoid default locale and reset()
  • 0847e2b android,binder,cronet: .aar file when publishing (#10138) (#10144)
  • 7c894d6 Bump version to 1.55.1-SNAPSHOT
  • e480405 Bump version to 1.55.0
  • c32f31a Update README etc to reference 1.55.0
  • 645b98f interop-testing: add googleapis and rls as interop client dependencies
  • ab408f6 googleapis: Enable ignore_resource_deletion in bootstrap
  • 6ee4184 xds: handle the handlerRemoved callback to skip updateSslContext processing (...
  • Additional commits viewable in compare view

Updates io.grpc:grpc-testing from 1.54.1 to 1.55.1

Release notes

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

v1.55.1

The 1.55.0 release failed. There were no artifacts published for it.

API Changes

  • services: Rename MetricRecorder.setQps/clearQps to setQpsMetric/clearQpsMetric (#10031)

Behavior Changes

  • gcp-observability: Remove monitored resource detection for logging (grpc/grpc-java#10020). The cloud libraries will fill in these details instead
  • protoc-gen-grpc-java: binaries for Linux ARM and PPC are now built using Ubuntu 18.04. They will no longer work on Ubuntu 16.04 and Debian 9

New Features

  • api: Stabilize the frequently used compression APIs (#9942): CallOptions.withCompression, CallOptions.getCompressor, AbstractStub.withCompression, ServerCall.setCompression, ServerCall.setMessageCompression
  • api: Stabilize Detachable and HasByteBuffer
  • gcp-observability: Stabilize GcpObservability (grpc/grpc-java#10024). The GcpObservability API provides a simple way to export logging, tracing, and metrics to Google Cloud Operations. See the Google Cloud blog post.
  • census: Add new tracer annotation to indicate the time when name resolution completed for those RPCs that experienced name resolution delay, or the time when picking subchannel completed for those RPCs that experienced picking subchannel delay. (#10014, #10044)
  • protoc-gen-grpc-java: binary for s390x is now published (#9455). The glibc version used is available in Ubuntu 20.04, Debian 11, and CentOS 9 and later
  • authz: Added FileWatcherAuthorizationServerInterceptor (#9775)
  • services: Added OrcaMetricReportingServerInterceptor.create(MetricRecorder) which adds common metrics per-RPC (#9902)
  • android: Add UdsChannelBuilder for using LocalSocket an Android (#8418)
  • alts: Observe the GRPC_ALTS_MAX_CONCURRENT_HANDSHAKES environment variable user to adjust the max number of concurrent ALTS handshakes (#10016)
  • binder: Expose client identity via PeerUid and PeerUids (#9952)
  • binder: Add BindServiceFlags.setAllowActivityStarts() for BIND_ALLOW_ACTIVITY_STARTS added in Android U (#10008)

Bug Fixes

  • core: Fix NPE race during hedging (grpc/grpc-java#10007), fixing a Netty buffer memory leak for cancelled RPCs
  • core: Allow transparent retries after a retry attempt and the configured max retries was 1 (#10066)
  • okhttp: properly implement OkHttpServerBuilder.maxConnectionAgeGrace() (#9968)
  • xds: Enable federation support. See gRFC A47
  • xds: Enable Weighted Round Robin LB policy support. See gRFC A58
  • xds: Avoid ClassCastException if the control plane changes the top-level policy (#10091). This is expected to be unlikely, but is possible
  • xds: Fix java.util.NoSuchElementException: SecurityProtocolNegotiators$ClientSdsHandler#0 (#10118). This error did not cause any problems, other than unnecessary logging
  • xds: Avoid using the default locale for case insensitive path matching (#10148)
  • googleapis: Enable ignore_resource_deletion for google-c2p: resolver’s default xds bootstrap (#10121)
  • rls: Refresh name resolution on rejected addresses (#10032)

New Examples

Dependencies

  • protobuf-java and protobuf-java-util upgraded to 3.22.3 (#10045)

... (truncated)

Commits
  • c9b905f Bump version to 1.55.1
  • 0289d34 Update README etc to reference 1.55.1
  • a99c8d1 xds: Avoid default locale and reset()
  • 0847e2b android,binder,cronet: .aar file when publishing (#10138) (#10144)
  • 7c894d6 Bump version to 1.55.1-SNAPSHOT
  • e480405 Bump version to 1.55.0
  • c32f31a Update README etc to reference 1.55.0
  • 645b98f interop-testing: add googleapis and rls as interop client dependencies
  • ab408f6 googleapis: Enable ignore_resource_deletion in bootstrap
  • 6ee4184 xds: handle the handlerRemoved callback to skip updateSslContext processing (...
  • Additional commits viewable in compare view

Updates io.grpc:protoc-gen-grpc-java from 1.54.1 to 1.55.1

Release notes

Sourced from io.grpc:protoc-gen-grpc-java's releases.

v1.55.1

The 1.55.0 release failed. There were no artifacts published for it.

API Changes

  • services: Rename MetricRecorder.setQps/clearQps to setQpsMetric/clearQpsMetric (#10031)

Behavior Changes

  • gcp-observability: Remove monitored resource detection for logging (grpc/grpc-java#10020). The cloud libraries will fill in these details instead
  • protoc-gen-grpc-java: binaries for Linux ARM and PPC are now built using Ubuntu 18.04. They will no longer work on Ubuntu 16.04 and Debian 9

New Features

  • api: Stabilize the frequently used compression APIs (#9942): CallOptions.withCompression, CallOptions.getCompressor, AbstractStub.withCompression, ServerCall.setCompression, ServerCall.setMessageCompression
  • api: Stabilize Detachable and HasByteBuffer
  • gcp-observability: Stabilize GcpObservability (grpc/grpc-java#10024). The GcpObservability API provides a simple way to export logging, tracing, and metrics to Google Cloud Operations. See the Google Cloud blog post.
  • census: Add new tracer annotation to indicate the time when name resolution completed for those RPCs that experienced name resolution delay, or the time when picking subchannel completed for those RPCs that experienced picking subchannel delay. (#10014, #10044)
  • protoc-gen-grpc-java: binary for s390x is now published (#9455). The glibc version used is available in Ubuntu 20.04, Debian 11, and CentOS 9 and later
  • authz: Added FileWatcherAuthorizationServerInterceptor (#9775)
  • services: Added OrcaMetricReportingServerInterceptor.create(MetricRecorder) which adds common metrics per-RPC (#9902)
  • android: Add UdsChannelBuilder for using LocalSocket an Android (#8418)
  • alts: Observe the GRPC_ALTS_MAX_CONCURRENT_HANDSHAKES environment variable user to adjust the max number of concurrent ALTS handshakes (#10016)
  • binder: Expose client identity via PeerUid and PeerUids (#9952)
  • binder: Add BindServiceFlags.setAllowActivityStarts() for BIND_ALLOW_ACTIVITY_STARTS added in Android U (#10008)

Bug Fixes

  • core: Fix NPE race during hedging (grpc/grpc-java#10007), fixing a Netty buffer memory leak for cancelled RPCs
  • core: Allow transparent retries after a retry attempt and the configured max retries was 1 (#10066)
  • okhttp: properly implement OkHttpServerBuilder.maxConnectionAgeGrace() (#9968)
  • xds: Enable federation support. See gRFC A47
  • xds: Enable Weighted Round Robin LB policy support. See gRFC A58
  • xds: Avoid ClassCastException if the control plane changes the top-level policy (#10091). This is expected to be unlikely, but is possible
  • xds: Fix java.util.NoSuchElementException: SecurityProtocolNegotiators$ClientSdsHandler#0 (#10118). This error did not cause any problems, other than unnecessary logging
  • xds: Avoid using the default locale for case insensitive path matching (#10148)
  • googleapis: Enable ignore_resource_deletion for google-c2p: resolver’s default xds bootstrap (#10121)
  • rls: Refresh name resolution on rejected addresses (#10032)

New Examples

Dependencies

  • protobuf-java and protobuf-java-util upgraded to 3.22.3 (#10045)

... (truncated)

Commits
  • c9b905f Bump version to 1.55.1
  • 0289d34 Update README etc to reference 1.55.1
  • a99c8d1 xds: Avoid default locale and reset()
  • 0847e2b android,binder,cronet: .aar file when publishing (#10138) (#10144)
  • 7c894d6 Bump version to 1.55.1-SNAPSHOT
  • e480405 Bump version to 1.55.0
  • c32f31a Update README etc to reference 1.55.0
  • 645b98f interop-testing: add googleapis and rls as interop client dependencies
  • ab408f6 googleapis: Enable ignore_resource_deletion in bootstrap
  • 6ee4184 xds: handle the handlerRemoved callback to skip updateSslContext processing (...
  • Additional commits viewable 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 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 automerge dependencies security Security related stuffs labels May 13, 2023
Bumps `grpcVersion` from 1.54.1 to 1.55.1.

Updates `io.grpc:grpc-netty-shaded` from 1.54.1 to 1.55.1
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.54.1...v1.55.1)

Updates `io.grpc:grpc-protobuf` from 1.54.1 to 1.55.1
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.54.1...v1.55.1)

Updates `io.grpc:grpc-stub` from 1.54.1 to 1.55.1
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.54.1...v1.55.1)

Updates `io.grpc:grpc-all` from 1.54.1 to 1.55.1
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.54.1...v1.55.1)

Updates `io.grpc:grpc-testing` from 1.54.1 to 1.55.1
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.54.1...v1.55.1)

Updates `io.grpc:protoc-gen-grpc-java` from 1.54.1 to 1.55.1
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.54.1...v1.55.1)

---
updated-dependencies:
- dependency-name: io.grpc:grpc-netty-shaded
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.grpc:grpc-protobuf
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.grpc:grpc-stub
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.grpc:grpc-all
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.grpc:grpc-testing
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.grpc:protoc-gen-grpc-java
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/gradle/grpcVersion-1.55.1 branch from d6a8663 to 1e39a4d Compare May 13, 2023 02:34
@dipjyotimetia dipjyotimetia merged commit 076cf7e into master May 13, 2023
6 checks passed
@dipjyotimetia dipjyotimetia deleted the dependabot/gradle/grpcVersion-1.55.1 branch May 13, 2023 02:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant