diff --git a/lib/build.gradle b/lib/build.gradle index bce9852..aa90de3 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.66.0' - implementation 'io.grpc:grpc-stub:1.66.0' - implementation 'io.grpc:grpc-services:1.66.0' + implementation 'io.grpc:grpc-protobuf:1.68.0' + implementation 'io.grpc:grpc-stub:1.68.0' + implementation 'io.grpc:grpc-services:1.68.0' implementation 'io.cloudquery:plugin-pb-java:0.0.25' implementation 'org.apache.arrow:arrow-memory-core:17.0.0' implementation 'org.apache.arrow:arrow-vector:17.0.0' @@ -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.66.0' - testImplementation 'io.grpc:grpc-inprocess:1.66.0' + testImplementation 'io.grpc:grpc-testing:1.68.0' + testImplementation 'io.grpc:grpc-inprocess:1.68.0' testImplementation platform('org.junit:junit-bom:5.11.1') testImplementation 'org.junit.jupiter:junit-jupiter:5.11.1' testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.1'