diff --git a/lib/build.gradle b/lib/build.gradle index 90cf2f7..7c2a205 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -46,11 +46,11 @@ dependencies { testImplementation 'io.grpc:grpc-testing:1.75.0' testImplementation 'io.grpc:grpc-inprocess:1.75.0' - testImplementation platform('org.junit:junit-bom:5.11.4') - testImplementation 'org.junit.jupiter:junit-jupiter:5.11.4' - testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.4' + testImplementation platform('org.junit:junit-bom:5.13.4') + testImplementation 'org.junit.jupiter:junit-jupiter:5.13.4' + testImplementation 'org.junit.jupiter:junit-jupiter-api:5.13.4' testImplementation 'org.mockito:mockito-core:5.20.0' - testImplementation 'org.mockito:mockito-junit-jupiter:5.15.2' + testImplementation 'org.mockito:mockito-junit-jupiter:5.20.0' testImplementation 'nl.jqno.equalsverifier:equalsverifier:4.1.1' testImplementation 'org.assertj:assertj-core:3.27.6' testRuntimeOnly 'org.junit.platform:junit-platform-launcher'