Skip to content

Commit

Permalink
Build(deps): bump grpcVersion from 1.61.0 to 1.61.1
Browse files Browse the repository at this point in the history
Bumps `grpcVersion` from 1.61.0 to 1.61.1.

Updates `io.grpc:grpc-services` from 1.61.0 to 1.61.1
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.61.0...v1.61.1)

Updates `io.grpc:grpc-protobuf` from 1.61.0 to 1.61.1
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.61.0...v1.61.1)

Updates `io.grpc:grpc-netty` from 1.61.0 to 1.61.1
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.61.0...v1.61.1)

Updates `io.grpc:protoc-gen-grpc-java` from 1.61.0 to 1.61.1
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.61.0...v1.61.1)

---
updated-dependencies:
- dependency-name: io.grpc:grpc-services
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.grpc:grpc-protobuf
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.grpc:grpc-netty
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.grpc:protoc-gen-grpc-java
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and swalchemist committed Feb 6, 2024
1 parent 4b8fca5 commit 5b13a28
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion backends/credhub/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
buildscript {
ext {
grpcVersion = '1.61.0'
grpcVersion = '1.61.1'
}
repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion backends/remote/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
buildscript {
ext {
grpcVersion = '1.61.0'
grpcVersion = '1.61.1'
}
repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion components/credentials/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
buildscript {
ext {
grpcVersion = '1.61.0'
grpcVersion = '1.61.1'
}
repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion components/encryption/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
buildscript {
ext {
grpcVersion = '1.61.0'
grpcVersion = '1.61.1'
}
repositories {
mavenCentral()
Expand Down

0 comments on commit 5b13a28

Please sign in to comment.