Skip to content

Commit

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 23, 2024
1 parent 8aa0714 commit 760ab66
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.66.0"
def grpcVersion = "1.68.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.66.0'
artifact = 'io.grpc:protoc-gen-grpc-java:1.68.0'
}
}
protoc {
Expand Down

0 comments on commit 760ab66

Please sign in to comment.