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 #21 from case-contract-testing/dependabot/gradle/g…
Browse files Browse the repository at this point in the history
…rpcVersion-1.65.0

build(deps): bump grpcVersion from 1.64.0 to 1.65.0
  • Loading branch information
TimothyJones authored Jul 8, 2024
2 parents 7d4fab6 + 3153dfb commit 647e3fc
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.64.0"
def grpcVersion = "1.65.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.64.0'
artifact = 'io.grpc:protoc-gen-grpc-java:1.65.0'
}
}
protoc {
Expand Down

0 comments on commit 647e3fc

Please sign in to comment.