Skip to content

Commit

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

Updates `io.grpc:grpc-services` from 1.59.0 to 1.59.1
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.59.0...v1.59.1)

Updates `io.grpc:grpc-netty` from 1.59.0 to 1.59.1
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.59.0...v1.59.1)

Updates `io.grpc:protoc-gen-grpc-java` from 1.59.0 to 1.59.1
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.59.0...v1.59.1)

---
updated-dependencies:
- dependency-name: io.grpc:grpc-services
  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 Tallicia committed Nov 30, 2023
1 parent be261be commit 165d205
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.59.0'
grpcVersion = '1.59.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.59.0'
grpcVersion = '1.59.1'
nettyVersion = '4.1.101.Final'
}
repositories {
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.59.0'
grpcVersion = '1.59.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.59.0'
grpcVersion = '1.59.1'
nettyVersion = '4.1.101.Final'
}
repositories {
Expand Down

0 comments on commit 165d205

Please sign in to comment.