diff --git a/lib/build.gradle b/lib/build.gradle index 9c5ce72..fc8eab7 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -46,9 +46,9 @@ dependencies { testImplementation 'io.grpc:grpc-testing:1.82.1' testImplementation 'io.grpc:grpc-inprocess:1.82.1' - testImplementation platform('org.junit:junit-bom:6.1.0') - testImplementation 'org.junit.jupiter:junit-jupiter:6.1.0' - testImplementation 'org.junit.jupiter:junit-jupiter-api:6.1.0' + testImplementation platform('org.junit:junit-bom:6.1.2') + testImplementation 'org.junit.jupiter:junit-jupiter:6.1.2' + testImplementation 'org.junit.jupiter:junit-jupiter-api:6.1.2' testImplementation 'org.mockito:mockito-core:5.23.0' testImplementation 'org.mockito:mockito-junit-jupiter:5.23.0' testImplementation 'nl.jqno.equalsverifier:equalsverifier:4.5'