Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Commit

Permalink
Merge pull request #14 from case-contract-testing/dependabot/gradle/g…
Browse files Browse the repository at this point in the history
…rpcVersion-1.64.0

build(deps): bump grpcVersion from 1.63.0 to 1.64.0
  • Loading branch information
TimothyJones authored May 27, 2024
2 parents ecddbba + 145e5cb commit b26be51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ repositories {
}

def caseCoreVersion = "0.15.6"
def grpcVersion = "1.63.0"
def grpcVersion = "1.64.0"

dependencies {
api "io.contract-testing.contractcase:case_example_mock_types:${caseCoreVersion}"
Expand Down Expand Up @@ -71,7 +71,7 @@ protobuf {
// If you don't specify it, protoc will try to use "protoc-gen-grpc" from
// system search path.
'grpc' {
artifact = 'io.grpc:protoc-gen-grpc-java:1.63.0'
artifact = 'io.grpc:protoc-gen-grpc-java:1.64.0'
}
}
protoc {
Expand Down

0 comments on commit b26be51

Please sign in to comment.