From a220f11c0542428a6cc4f62cc737088e2d7974b2 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot Date: Mon, 2 Dec 2024 12:29:08 +0000 Subject: [PATCH] fix(deps): Update grpc-java monorepo to v1.68.2 --- lib/build.gradle | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/build.gradle b/lib/build.gradle index 09f32bfd..81095131 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -34,9 +34,9 @@ dependencies { implementation 'com.google.guava:guava:33.3.1-jre' implementation 'info.picocli:picocli:4.7.6' implementation 'com.google.guava:guava:33.3.1-jre' - implementation 'io.grpc:grpc-protobuf:1.68.1' - implementation 'io.grpc:grpc-stub:1.68.1' - implementation 'io.grpc:grpc-services:1.68.1' + implementation 'io.grpc:grpc-protobuf:1.68.2' + implementation 'io.grpc:grpc-stub:1.68.2' + implementation 'io.grpc:grpc-services:1.68.2' implementation 'io.cloudquery:plugin-pb-java:0.0.28' implementation 'org.apache.arrow:arrow-memory-core:18.1.0' implementation 'org.apache.arrow:arrow-vector:18.1.0' @@ -48,8 +48,8 @@ dependencies { implementation 'org.apache.logging.log4j:log4j-api:2.24.2' implementation 'org.apache.logging.log4j:log4j-core:2.24.2' - testImplementation 'io.grpc:grpc-testing:1.68.1' - testImplementation 'io.grpc:grpc-inprocess:1.68.1' + testImplementation 'io.grpc:grpc-testing:1.68.2' + testImplementation 'io.grpc:grpc-inprocess:1.68.2' testImplementation platform('org.junit:junit-bom:5.11.3') testImplementation 'org.junit.jupiter:junit-jupiter:5.11.3' testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.3'