Skip to content

Commit 31ad343

Browse files
committed
fix(deps): Update grpc-java monorepo to v1.66.0
1 parent 72ea770 commit 31ad343

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: lib/build.gradle

+5-5
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ dependencies {
3434
implementation 'com.google.guava:guava:33.3.0-jre'
3535
implementation 'info.picocli:picocli:4.7.6'
3636
implementation 'com.google.guava:guava:33.3.0-jre'
37-
implementation 'io.grpc:grpc-protobuf:1.65.1'
38-
implementation 'io.grpc:grpc-stub:1.65.1'
39-
implementation 'io.grpc:grpc-services:1.65.1'
37+
implementation 'io.grpc:grpc-protobuf:1.66.0'
38+
implementation 'io.grpc:grpc-stub:1.66.0'
39+
implementation 'io.grpc:grpc-services:1.66.0'
4040
implementation 'io.cloudquery:plugin-pb-java:0.0.23'
4141
implementation 'org.apache.arrow:arrow-memory-core:17.0.0'
4242
implementation 'org.apache.arrow:arrow-vector:17.0.0'
@@ -48,8 +48,8 @@ dependencies {
4848
implementation 'org.apache.logging.log4j:log4j-api:2.23.1'
4949
implementation 'org.apache.logging.log4j:log4j-core:2.23.1'
5050

51-
testImplementation 'io.grpc:grpc-testing:1.65.1'
52-
testImplementation 'io.grpc:grpc-inprocess:1.65.1'
51+
testImplementation 'io.grpc:grpc-testing:1.66.0'
52+
testImplementation 'io.grpc:grpc-inprocess:1.66.0'
5353
testImplementation platform('org.junit:junit-bom:5.11.0')
5454
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.0'
5555
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.0'

0 commit comments

Comments
 (0)