diff --git a/lib/build.gradle b/lib/build.gradle index afab4b6..67d22f9 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -49,14 +49,14 @@ dependencies { testImplementation 'io.grpc:grpc-testing:1.61.1' testImplementation 'io.grpc:grpc-inprocess:1.61.1' - testImplementation platform('org.junit:junit-bom:5.10.1') - testImplementation 'org.junit.jupiter:junit-jupiter:5.10.1' - testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.1' + testImplementation platform('org.junit:junit-bom:5.10.2') + testImplementation 'org.junit.jupiter:junit-jupiter:5.10.2' + testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.2' testImplementation 'org.mockito:mockito-core:5.10.0' testImplementation 'org.mockito:mockito-junit-jupiter:5.10.0' testImplementation 'nl.jqno.equalsverifier:equalsverifier:3.15.7' testImplementation 'org.assertj:assertj-core:3.25.3' - testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.1' + testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.2' runtimeOnly "org.apache.arrow:arrow-memory-netty:12.0.1" }