Skip to content

Commit

Permalink
Upgrade grpc version
Browse files Browse the repository at this point in the history
Signed-off-by: Stefano Scafiti <[email protected]>
  • Loading branch information
ostafen committed May 20, 2024
1 parent 032334c commit ff0eda6
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 ff0eda6

Please sign in to comment.