diff --git a/build.gradle b/build.gradle index 24b2bd7..06bf7ba 100644 --- a/build.gradle +++ b/build.gradle @@ -35,7 +35,7 @@ dependencies { implementation "io.grpc:grpc-protobuf:${grpcVersion}" implementation 'com.fasterxml.jackson.core:jackson-databind:2.17.2' implementation 'org.jetbrains:annotations:24.1.0' - testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.2' + testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.0' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.3' testImplementation 'com.google.protobuf:protobuf-gradle-plugin:0.9.4' }