Skip to content

Commit

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

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

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

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

---
updated-dependencies:
- dependency-name: io.grpc:grpc-services
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.grpc:grpc-netty
  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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 6, 2023
1 parent a480e70 commit 2b89586
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.1'
grpcVersion = '1.60.0'
}
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.1'
grpcVersion = '1.60.0'
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.1'
grpcVersion = '1.60.0'
}
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.1'
grpcVersion = '1.60.0'
nettyVersion = '4.1.101.Final'
}
repositories {
Expand Down

0 comments on commit 2b89586

Please sign in to comment.