From b05a7f7e58c73e363fcd2fb9ee9f2bcb5b7aa949 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot Date: Thu, 1 Aug 2024 02:31:49 +0000 Subject: [PATCH] fix(deps): Update grpc-java monorepo to v1.65.1 --- lib/build.gradle | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/build.gradle b/lib/build.gradle index 27e2ee0..a23f505 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -34,9 +34,9 @@ dependencies { implementation 'com.google.guava:guava:33.2.1-jre' implementation 'info.picocli:picocli:4.7.6' implementation 'com.google.guava:guava:33.2.1-jre' - implementation 'io.grpc:grpc-protobuf:1.65.0' - implementation 'io.grpc:grpc-stub:1.65.0' - implementation 'io.grpc:grpc-services:1.65.0' + implementation 'io.grpc:grpc-protobuf:1.65.1' + implementation 'io.grpc:grpc-stub:1.65.1' + implementation 'io.grpc:grpc-services:1.65.1' implementation 'io.cloudquery:plugin-pb-java:0.0.22' implementation 'org.apache.arrow:arrow-memory-core:15.0.2' implementation 'org.apache.arrow:arrow-vector:15.0.2' @@ -48,8 +48,8 @@ dependencies { implementation 'org.apache.logging.log4j:log4j-api:2.23.1' implementation 'org.apache.logging.log4j:log4j-core:2.23.1' - testImplementation 'io.grpc:grpc-testing:1.65.0' - testImplementation 'io.grpc:grpc-inprocess:1.65.0' + testImplementation 'io.grpc:grpc-testing:1.65.1' + testImplementation 'io.grpc:grpc-inprocess:1.65.1' testImplementation platform('org.junit:junit-bom:5.10.3') testImplementation 'org.junit.jupiter:junit-jupiter:5.10.3' testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.3'