File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -34,9 +34,9 @@ dependencies {
34
34
implementation ' com.google.guava:guava:33.3.1-jre'
35
35
implementation ' info.picocli:picocli:4.7.6'
36
36
implementation ' com.google.guava:guava:33.3.1-jre'
37
- implementation ' io.grpc:grpc-protobuf:1.68.1 '
38
- implementation ' io.grpc:grpc-stub:1.68.1 '
39
- implementation ' io.grpc:grpc-services:1.68.1 '
37
+ implementation ' io.grpc:grpc-protobuf:1.68.2 '
38
+ implementation ' io.grpc:grpc-stub:1.68.2 '
39
+ implementation ' io.grpc:grpc-services:1.68.2 '
40
40
implementation ' io.cloudquery:plugin-pb-java:0.0.27'
41
41
implementation ' org.apache.arrow:arrow-memory-core:18.1.0'
42
42
implementation ' org.apache.arrow:arrow-vector:18.1.0'
@@ -48,8 +48,8 @@ dependencies {
48
48
implementation ' org.apache.logging.log4j:log4j-api:2.24.2'
49
49
implementation ' org.apache.logging.log4j:log4j-core:2.24.2'
50
50
51
- testImplementation ' io.grpc:grpc-testing:1.68.1 '
52
- testImplementation ' io.grpc:grpc-inprocess:1.68.1 '
51
+ testImplementation ' io.grpc:grpc-testing:1.68.2 '
52
+ testImplementation ' io.grpc:grpc-inprocess:1.68.2 '
53
53
testImplementation platform(' org.junit:junit-bom:5.11.3' )
54
54
testImplementation ' org.junit.jupiter:junit-jupiter:5.11.3'
55
55
testImplementation ' org.junit.jupiter:junit-jupiter-api:5.11.3'
You can’t perform that action at this time.
0 commit comments