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'