Skip to content

Commit

Permalink
Merge pull request #1220 from dipjyotimetia/dependabot/gradle/grpcVer…
Browse files Browse the repository at this point in the history
…sion-1.63.0

Bump grpcVersion from 1.62.2 to 1.63.0
  • Loading branch information
dipjyotimetia committed Apr 9, 2024
2 parents 1b0ad15 + 92e9ab4 commit 3b2bcec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ plugins {
}

ext {
grpcVersion = '1.62.2'
grpcVersion = '1.63.0'
protoVersion = '3.25.3'
containerVersion = '1.19.7'
kafkaVersion = "7.6.0-ce"
Expand Down
2 changes: 1 addition & 1 deletion contract/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ plugins {
}

ext {
grpcVersion = '1.62.2'
grpcVersion = '1.63.0'
protoVersion = '3.25.3'
}

Expand Down

0 comments on commit 3b2bcec

Please sign in to comment.