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

Commit b26be51

Browse files
authored
Merge pull request #14 from case-contract-testing/dependabot/gradle/grpcVersion-1.64.0
build(deps): bump grpcVersion from 1.63.0 to 1.64.0
2 parents ecddbba + 145e5cb commit b26be51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repositories {
1919
}
2020

2121
def caseCoreVersion = "0.15.6"
22-
def grpcVersion = "1.63.0"
22+
def grpcVersion = "1.64.0"
2323

2424
dependencies {
2525
api "io.contract-testing.contractcase:case_example_mock_types:${caseCoreVersion}"
@@ -71,7 +71,7 @@ protobuf {
7171
// If you don't specify it, protoc will try to use "protoc-gen-grpc" from
7272
// system search path.
7373
'grpc' {
74-
artifact = 'io.grpc:protoc-gen-grpc-java:1.63.0'
74+
artifact = 'io.grpc:protoc-gen-grpc-java:1.64.0'
7575
}
7676
}
7777
protoc {

0 commit comments

Comments
 (0)