@@ -30,22 +30,22 @@ dependencies {
3030 implementation ' com.google.guava:guava:33.6.0-jre'
3131 implementation ' info.picocli:picocli:4.7.7'
3232 implementation ' com.google.guava:guava:33.6.0-jre'
33- implementation ' io.grpc:grpc-protobuf:1.81.0 '
34- implementation ' io.grpc:grpc-stub:1.81.0 '
35- implementation ' io.grpc:grpc-services:1.81.0 '
33+ implementation ' io.grpc:grpc-protobuf:1.82.1 '
34+ implementation ' io.grpc:grpc-stub:1.82.1 '
35+ implementation ' io.grpc:grpc-services:1.82.1 '
3636 implementation ' io.cloudquery:plugin-pb-java:0.0.45'
3737 implementation ' org.apache.arrow:arrow-memory-core:19.0.0'
3838 implementation ' org.apache.arrow:arrow-vector:19.0.0'
3939 implementation ' commons-io:commons-io:2.22.0'
4040
41- implementation " com.fasterxml.jackson.core:jackson-core:2.21.3 "
42- implementation " com.fasterxml.jackson.core:jackson-annotations:2.21 "
41+ implementation " com.fasterxml.jackson.core:jackson-core:2.22.0 "
42+ implementation " com.fasterxml.jackson.core:jackson-annotations:2.22 "
4343
4444 implementation ' org.apache.logging.log4j:log4j-api:2.26.0'
4545 implementation ' org.apache.logging.log4j:log4j-core:2.26.0'
4646
47- testImplementation ' io.grpc:grpc-testing:1.81.0 '
48- testImplementation ' io.grpc:grpc-inprocess:1.81.0 '
47+ testImplementation ' io.grpc:grpc-testing:1.82.1 '
48+ testImplementation ' io.grpc:grpc-inprocess:1.82.1 '
4949 testImplementation platform(' org.junit:junit-bom:6.1.0' )
5050 testImplementation ' org.junit.jupiter:junit-jupiter:6.1.0'
5151 testImplementation ' org.junit.jupiter:junit-jupiter-api:6.1.0'
0 commit comments