From 273502376702e5dfc7afe25fa4d392a7e0e25ca9 Mon Sep 17 00:00:00 2001 From: "cloudquery-ci[bot]" <271027272+cloudquery-ci[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 03:29:08 +0000 Subject: [PATCH] fix(deps): Update grpc-java monorepo to v1.81.0 --- lib/build.gradle | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/build.gradle b/lib/build.gradle index 3ac49d9..2c661bd 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -30,9 +30,9 @@ dependencies { implementation 'com.google.guava:guava:33.6.0-jre' implementation 'info.picocli:picocli:4.7.7' implementation 'com.google.guava:guava:33.6.0-jre' - implementation 'io.grpc:grpc-protobuf:1.80.0' - implementation 'io.grpc:grpc-stub:1.80.0' - implementation 'io.grpc:grpc-services:1.80.0' + implementation 'io.grpc:grpc-protobuf:1.81.0' + implementation 'io.grpc:grpc-stub:1.81.0' + implementation 'io.grpc:grpc-services:1.81.0' implementation 'io.cloudquery:plugin-pb-java:0.0.45' implementation 'org.apache.arrow:arrow-memory-core:19.0.0' implementation 'org.apache.arrow:arrow-vector:19.0.0' @@ -44,8 +44,8 @@ dependencies { implementation 'org.apache.logging.log4j:log4j-api:2.26.0' implementation 'org.apache.logging.log4j:log4j-core:2.26.0' - testImplementation 'io.grpc:grpc-testing:1.80.0' - testImplementation 'io.grpc:grpc-inprocess:1.80.0' + testImplementation 'io.grpc:grpc-testing:1.81.0' + testImplementation 'io.grpc:grpc-inprocess:1.81.0' testImplementation platform('org.junit:junit-bom:6.1.0') testImplementation 'org.junit.jupiter:junit-jupiter:6.1.0' testImplementation 'org.junit.jupiter:junit-jupiter-api:6.1.0'