Skip to content

Commit

Permalink
build(deps): bump grpcVersion from 1.65.0 to 1.65.1 in /packages/dsl-…
Browse files Browse the repository at this point in the history
…java (#602)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jul 15, 2024
1 parent c6a991a commit 14ab1f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/dsl-java/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

0 comments on commit 14ab1f8

Please sign in to comment.