Skip to content

Commit

Permalink
Revert "Build(deps): bump grpcVersion from 1.56.1 to 1.57.0"
Browse files Browse the repository at this point in the history
This reverts commit c806778.
  • Loading branch information
Tallicia authored Jul 28, 2023
1 parent 7f0e03a commit ab1038a
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.57.0'
grpcVersion = '1.56.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.57.0'
grpcVersion = '1.56.1'
nettyVersion = '4.1.96.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.57.0'
grpcVersion = '1.56.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.57.0'
grpcVersion = '1.56.1'
nettyVersion = '4.1.96.Final'
}
repositories {
Expand Down

0 comments on commit ab1038a

Please sign in to comment.