From 1f66396616e455e77d61d1b77299330043a86a2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 22:32:40 +0530 Subject: [PATCH] build(deps): bump the minor-and-patch group across 1 directory with 6 updates (#249) --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 5f8bd34..eea7500 100644 --- a/build.gradle +++ b/build.gradle @@ -57,7 +57,7 @@ java { targetCompatibility = JavaVersion.VERSION_11 } -def grpcVersion = '1.68.2' +def grpcVersion = '1.69.0' def dgraph4jVersion = "$version" def openCensusVersion = '0.31.1' @@ -66,7 +66,7 @@ protobuf { // The version of protoc must match protobuf-java. If you don't depend on // protobuf-java directly, you will be transitively depending on the // protobuf-java version that grpc depends on. - artifact = "com.google.protobuf:protoc:4.29.0" + artifact = "com.google.protobuf:protoc:4.29.1" } plugins { grpc { @@ -128,7 +128,7 @@ dependencies { // Explicit matching of protobuf-java and protoc versions to address // compilation errors arising due to transitive dependency on the version of // protobuf-java that grpc depends on. - implementation "com.google.protobuf:protobuf-java:4.29.0" + implementation "com.google.protobuf:protobuf-java:4.29.1" testImplementation "io.opencensus:opencensus-api:${openCensusVersion}" testImplementation "io.opencensus:opencensus-exporter-trace-jaeger:${openCensusVersion}"