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

build(deps): bump grpcVersion from 1.65.0 to 1.65.1 #26

Merged
merged 1 commit into from
Jul 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.65.0"
def grpcVersion = "1.65.1"

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.65.0'
artifact = 'io.grpc:protoc-gen-grpc-java:1.65.1'
}
}
protoc {
Expand Down
Loading