Skip to content

build(deps): bump grpcVersion from 1.82.0 to 1.82.1#1153

Merged
hsinn0 merged 1 commit into
mainfrom
dependabot/gradle/main/grpcVersion-1.82.1
Jun 24, 2026
Merged

build(deps): bump grpcVersion from 1.82.0 to 1.82.1#1153
hsinn0 merged 1 commit into
mainfrom
dependabot/gradle/main/grpcVersion-1.82.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 24, 2026

Copy link
Copy Markdown
Contributor

Bumps grpcVersion from 1.82.0 to 1.82.1.
Updates io.grpc:grpc-services from 1.82.0 to 1.82.1

Release notes

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

v1.82.1

  • protoc-gen-grpc-java: Fix missing osx-x86_64 binary (grpc/grpc-java#12878). This fixes a regression in v1.82.0
Commits
  • 7b5e9ff Bump version to 1.82.1
  • 20768f1 Update README etc to reference 1.82.1
  • 5ab5eba kokoro: Remove extra / in architecture replacement
  • 6726caf buildscripts: add regional td config for psm-interop (v1.82.x backport) (#12864)
  • 022256f Bump version to 1.82.1-SNAPSHOT
  • See full diff in compare view

Updates io.grpc:grpc-protobuf from 1.82.0 to 1.82.1

Release notes

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

v1.82.1

  • protoc-gen-grpc-java: Fix missing osx-x86_64 binary (grpc/grpc-java#12878). This fixes a regression in v1.82.0
Commits
  • 7b5e9ff Bump version to 1.82.1
  • 20768f1 Update README etc to reference 1.82.1
  • 5ab5eba kokoro: Remove extra / in architecture replacement
  • 6726caf buildscripts: add regional td config for psm-interop (v1.82.x backport) (#12864)
  • 022256f Bump version to 1.82.1-SNAPSHOT
  • See full diff in compare view

Updates io.grpc:grpc-netty from 1.82.0 to 1.82.1

Release notes

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

v1.82.1

  • protoc-gen-grpc-java: Fix missing osx-x86_64 binary (grpc/grpc-java#12878). This fixes a regression in v1.82.0
Commits
  • 7b5e9ff Bump version to 1.82.1
  • 20768f1 Update README etc to reference 1.82.1
  • 5ab5eba kokoro: Remove extra / in architecture replacement
  • 6726caf buildscripts: add regional td config for psm-interop (v1.82.x backport) (#12864)
  • 022256f Bump version to 1.82.1-SNAPSHOT
  • See full diff in compare view

Updates io.grpc:protoc-gen-grpc-java from 1.82.0 to 1.82.1

Release notes

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

v1.82.1

  • protoc-gen-grpc-java: Fix missing osx-x86_64 binary (grpc/grpc-java#12878). This fixes a regression in v1.82.0
Commits
  • 7b5e9ff Bump version to 1.82.1
  • 20768f1 Update README etc to reference 1.82.1
  • 5ab5eba kokoro: Remove extra / in architecture replacement
  • 6726caf buildscripts: add regional td config for psm-interop (v1.82.x backport) (#12864)
  • 022256f Bump version to 1.82.1-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 `grpcVersion` from 1.82.0 to 1.82.1.

Updates `io.grpc:grpc-services` from 1.82.0 to 1.82.1
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.82.0...v1.82.1)

Updates `io.grpc:grpc-protobuf` from 1.82.0 to 1.82.1
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.82.0...v1.82.1)

Updates `io.grpc:grpc-netty` from 1.82.0 to 1.82.1
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.82.0...v1.82.1)

Updates `io.grpc:protoc-gen-grpc-java` from 1.82.0 to 1.82.1
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.82.0...v1.82.1)

---
updated-dependencies:
- dependency-name: io.grpc:grpc-services
  dependency-version: 1.82.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.grpc:grpc-protobuf
  dependency-version: 1.82.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.grpc:grpc-netty
  dependency-version: 1.82.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.grpc:protoc-gen-grpc-java
  dependency-version: 1.82.1
  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 Jun 24, 2026
@github-project-automation github-project-automation Bot moved this from Inbox to Pending Merge | Prioritized in Foundational Infrastructure Working Group Jun 24, 2026
@hsinn0 hsinn0 merged commit e1ec71d into main Jun 24, 2026
2 checks passed
@github-project-automation github-project-automation Bot moved this from Pending Merge | Prioritized to Done in Foundational Infrastructure Working Group Jun 24, 2026
@hsinn0 hsinn0 deleted the dependabot/gradle/main/grpcVersion-1.82.1 branch June 24, 2026 20:23
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

Development

Successfully merging this pull request may close these issues.

1 participant