Skip to content

Commit 4761dc8

Browse files
Merge branch 'main' into renovate/mockito-monorepo
2 parents 01be92f + 97b3b6c commit 4761dc8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

lib/build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ dependencies {
3434
implementation 'com.google.guava:guava:33.4.0-jre'
3535
implementation 'info.picocli:picocli:4.7.6'
3636
implementation 'com.google.guava:guava:33.4.0-jre'
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'
37+
implementation 'io.grpc:grpc-protobuf:1.70.0'
38+
implementation 'io.grpc:grpc-stub:1.70.0'
39+
implementation 'io.grpc:grpc-services:1.70.0'
4040
implementation 'io.cloudquery:plugin-pb-java:0.0.29'
4141
implementation 'org.apache.arrow:arrow-memory-core:18.1.0'
4242
implementation 'org.apache.arrow:arrow-vector:18.1.0'
@@ -48,15 +48,15 @@ dependencies {
4848
implementation 'org.apache.logging.log4j:log4j-api:2.24.3'
4949
implementation 'org.apache.logging.log4j:log4j-core:2.24.3'
5050

51-
testImplementation 'io.grpc:grpc-testing:1.68.2'
52-
testImplementation 'io.grpc:grpc-inprocess:1.68.2'
51+
testImplementation 'io.grpc:grpc-testing:1.70.0'
52+
testImplementation 'io.grpc:grpc-inprocess:1.70.0'
5353
testImplementation platform('org.junit:junit-bom:5.11.4')
5454
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.4'
5555
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.4'
5656
testImplementation 'org.mockito:mockito-core:5.15.2'
5757
testImplementation 'org.mockito:mockito-junit-jupiter:5.15.2'
5858
testImplementation 'nl.jqno.equalsverifier:equalsverifier:3.18.1'
59-
testImplementation 'org.assertj:assertj-core:3.26.3'
59+
testImplementation 'org.assertj:assertj-core:3.27.3'
6060
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.4'
6161

6262
runtimeOnly "org.apache.arrow:arrow-memory-netty:18.1.0"

0 commit comments

Comments
 (0)