Skip to content

Commit

Permalink
Merge pull request #61 from codenotary/upgrade-grpc-version
Browse files Browse the repository at this point in the history
Update grpc version
  • Loading branch information
ostafen authored May 20, 2024
2 parents 032334c + ff0eda6 commit 3bd9585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ sourceCompatibility = 1.8
targetCompatibility = 1.8

def protocVersion = '3.19.4'
def grpcVersion = '1.44.1'
def grpcVersion = '1.55.1'

protobuf {
protoc {
Expand Down

0 comments on commit 3bd9585

Please sign in to comment.