We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 855f5b0 commit c0d4268Copy full SHA for c0d4268
build.gradle.kts
@@ -45,8 +45,9 @@ dependencies {
45
compileOnly("io.grpc:grpc-protobuf:$grpcVersion")
46
compileOnly("io.grpc:grpc-stub:$grpcVersion")
47
48
- testImplementation("org.junit.jupiter:junit-jupiter:5.11.4")
+ testImplementation("org.junit.jupiter:junit-jupiter:5.12.0")
49
testImplementation("org.assertj:assertj-core:3.27.3")
50
+ testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.12.0")
51
}
52
53
protobuf {
0 commit comments