Skip to content

Bump grpc.version from 1.55.1 to 1.55.3#1348

Merged
olegz merged 1 commit into4.3.xfrom
dependabot/maven/4.3.x/grpc.version-1.55.3
Apr 16, 2026
Merged

Bump grpc.version from 1.55.1 to 1.55.3#1348
olegz merged 1 commit into4.3.xfrom
dependabot/maven/4.3.x/grpc.version-1.55.3

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 15, 2026

Bumps grpc.version from 1.55.1 to 1.55.3.
Updates io.grpc:grpc-netty from 1.55.1 to 1.55.3

Release notes

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

v1.55.3

Bug fixes

  • core: Fix regression in 1.54.0 where polling NameResolvers would not refresh after a resolution error (#10328). The symptom is a transient failure like "UNAVAILABLE: Unable to resolve host" continuing potentially forever. This did not impact DnsNameResolver, but it did impacted GrpclbNameResolver which is the dns name resolver used when grpc-grpclb is in the classpath. So even users that think "I don't use grpclb" may have been impacted. round_robin is mainly impacted on startup, but if the error happened afterward it would commonly fix itself for short transient DNS failures. pick_first is impacted at all times; any failed DNS resolution could cause all future RPCs on the channel to fail.
Commits
  • 958205d Bump version to 1.55.3
  • 20a6df9 Update README etc to reference 1.55.3
  • a5f4c31 Release v1.55.2 (#10337)
  • 81ff73c core: ManagedChannelImpl to always use RetryingNameResolver (#10328) (#10331)
  • 4d6abc1 [PSM interop] Don't fail url_map target if sub-target already failed (#10295)...
  • 0e34593 Download Maven from Maven Central
  • 51e7f63 buildscripts, psm interop: Don't fail target if sub-target already failed (#1...
  • 73d756c xds interop: Update Docker images to eclipse-temurin:11-jre (#10172) (#10182)
  • c9241bd Bump version to 1.55.2-SNAPSHOT
  • See full diff in compare view

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

Release notes

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

v1.55.3

Bug fixes

  • core: Fix regression in 1.54.0 where polling NameResolvers would not refresh after a resolution error (#10328). The symptom is a transient failure like "UNAVAILABLE: Unable to resolve host" continuing potentially forever. This did not impact DnsNameResolver, but it did impacted GrpclbNameResolver which is the dns name resolver used when grpc-grpclb is in the classpath. So even users that think "I don't use grpclb" may have been impacted. round_robin is mainly impacted on startup, but if the error happened afterward it would commonly fix itself for short transient DNS failures. pick_first is impacted at all times; any failed DNS resolution could cause all future RPCs on the channel to fail.
Commits
  • 958205d Bump version to 1.55.3
  • 20a6df9 Update README etc to reference 1.55.3
  • a5f4c31 Release v1.55.2 (#10337)
  • 81ff73c core: ManagedChannelImpl to always use RetryingNameResolver (#10328) (#10331)
  • 4d6abc1 [PSM interop] Don't fail url_map target if sub-target already failed (#10295)...
  • 0e34593 Download Maven from Maven Central
  • 51e7f63 buildscripts, psm interop: Don't fail target if sub-target already failed (#1...
  • 73d756c xds interop: Update Docker images to eclipse-temurin:11-jre (#10172) (#10182)
  • c9241bd Bump version to 1.55.2-SNAPSHOT
  • See full diff in compare view

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

Release notes

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

v1.55.3

Bug fixes

  • core: Fix regression in 1.54.0 where polling NameResolvers would not refresh after a resolution error (#10328). The symptom is a transient failure like "UNAVAILABLE: Unable to resolve host" continuing potentially forever. This did not impact DnsNameResolver, but it did impacted GrpclbNameResolver which is the dns name resolver used when grpc-grpclb is in the classpath. So even users that think "I don't use grpclb" may have been impacted. round_robin is mainly impacted on startup, but if the error happened afterward it would commonly fix itself for short transient DNS failures. pick_first is impacted at all times; any failed DNS resolution could cause all future RPCs on the channel to fail.
Commits
  • 958205d Bump version to 1.55.3
  • 20a6df9 Update README etc to reference 1.55.3
  • a5f4c31 Release v1.55.2 (#10337)
  • 81ff73c core: ManagedChannelImpl to always use RetryingNameResolver (#10328) (#10331)
  • 4d6abc1 [PSM interop] Don't fail url_map target if sub-target already failed (#10295)...
  • 0e34593 Download Maven from Maven Central
  • 51e7f63 buildscripts, psm interop: Don't fail target if sub-target already failed (#1...
  • 73d756c xds interop: Update Docker images to eclipse-temurin:11-jre (#10172) (#10182)
  • c9241bd Bump version to 1.55.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 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)

Bumps `grpc.version` from 1.55.1 to 1.55.3.

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

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

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

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Apr 15, 2026
@olegz olegz merged commit 0dccea1 into 4.3.x Apr 16, 2026
1 of 2 checks passed
@dependabot dependabot Bot deleted the dependabot/maven/4.3.x/grpc.version-1.55.3 branch April 16, 2026 08:29
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