diff --git a/lib/build.gradle b/lib/build.gradle index 67d22f9..196b5be 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -34,9 +34,9 @@ dependencies { implementation 'com.google.guava:guava:32.1.3-jre' implementation 'info.picocli:picocli:4.7.5' implementation 'com.google.guava:guava:32.1.3-jre' - implementation 'io.grpc:grpc-protobuf:1.61.1' - implementation 'io.grpc:grpc-stub:1.61.1' - implementation 'io.grpc:grpc-services:1.61.1' + implementation 'io.grpc:grpc-protobuf:1.62.2' + implementation 'io.grpc:grpc-stub:1.62.2' + implementation 'io.grpc:grpc-services:1.62.2' implementation 'io.cloudquery:plugin-pb-java:0.0.14' implementation 'org.apache.arrow:arrow-memory-core:12.0.1' implementation 'org.apache.arrow:arrow-vector:12.0.1' @@ -47,8 +47,8 @@ dependencies { implementation 'org.apache.logging.log4j:log4j-api:2.22.1' implementation 'org.apache.logging.log4j:log4j-core:2.22.1' - testImplementation 'io.grpc:grpc-testing:1.61.1' - testImplementation 'io.grpc:grpc-inprocess:1.61.1' + testImplementation 'io.grpc:grpc-testing:1.62.2' + testImplementation 'io.grpc:grpc-inprocess:1.62.2' testImplementation platform('org.junit:junit-bom:5.10.2') testImplementation 'org.junit.jupiter:junit-jupiter:5.10.2' testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.2'