Skip to content

Commit b7ccff7

Browse files
committed
fix(deps): Update grpc-java monorepo to v1.76.0
1 parent ac3df9a commit b7ccff7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

lib/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ dependencies {
3030
implementation 'com.google.guava:guava:33.5.0-jre'
3131
implementation 'info.picocli:picocli:4.7.7'
3232
implementation 'com.google.guava:guava:33.5.0-jre'
33-
implementation 'io.grpc:grpc-protobuf:1.75.0'
34-
implementation 'io.grpc:grpc-stub:1.75.0'
35-
implementation 'io.grpc:grpc-services:1.75.0'
33+
implementation 'io.grpc:grpc-protobuf:1.76.0'
34+
implementation 'io.grpc:grpc-stub:1.76.0'
35+
implementation 'io.grpc:grpc-services:1.76.0'
3636
implementation 'io.cloudquery:plugin-pb-java:0.0.40'
3737
implementation 'org.apache.arrow:arrow-memory-core:18.3.0'
3838
implementation 'org.apache.arrow:arrow-vector:18.3.0'
@@ -44,8 +44,8 @@ dependencies {
4444
implementation 'org.apache.logging.log4j:log4j-api:2.25.2'
4545
implementation 'org.apache.logging.log4j:log4j-core:2.25.2'
4646

47-
testImplementation 'io.grpc:grpc-testing:1.75.0'
48-
testImplementation 'io.grpc:grpc-inprocess:1.75.0'
47+
testImplementation 'io.grpc:grpc-testing:1.76.0'
48+
testImplementation 'io.grpc:grpc-inprocess:1.76.0'
4949
testImplementation platform('org.junit:junit-bom:6.0.0')
5050
testImplementation 'org.junit.jupiter:junit-jupiter:6.0.0'
5151
testImplementation 'org.junit.jupiter:junit-jupiter-api:6.0.0'

0 commit comments

Comments
 (0)