File tree 3 files changed +4
-2
lines changed
3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,8 @@ dependencies {
35
35
add(" testImplementation" , " org.mockito:mockito-junit-jupiter" )
36
36
add(" testImplementation" , " org.junit.jupiter:junit-jupiter-api" )
37
37
add(" testImplementation" , " org.junit.jupiter:junit-jupiter-params" )
38
- add(" testRuntimeOnly" , " org.junit.jupiter:junit-jupiter-engine" )
38
+ add(" testImplementation" , " org.junit.jupiter:junit-jupiter-engine" )
39
+ add(" testRuntimeOnly" , " org.junit.platform:junit-platform-launcher" )
39
40
add(" testRuntimeOnly" , " org.slf4j:slf4j-api" )
40
41
}
41
42
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ dependencies {
34
34
api(enforcedPlatform(" io.grpc:grpc-bom:1.70.0" ))
35
35
api(enforcedPlatform(" io.opentelemetry:opentelemetry-bom-alpha:$otelAlphaVersion " ))
36
36
api(enforcedPlatform(" io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:$otelInstrumentationAlphaVersion " ))
37
- api(enforcedPlatform(" org.junit:junit-bom:5.11.4 " ))
37
+ api(enforcedPlatform(" org.junit:junit-bom:5.12.0 " ))
38
38
api(enforcedPlatform(" org.testcontainers:testcontainers-bom:1.20.5" ))
39
39
40
40
constraints {
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ dependencies {
11
11
implementation(project(" :profiler" ))
12
12
testImplementation(" org.junit.jupiter:junit-jupiter-api" )
13
13
testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine" )
14
+ testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
14
15
}
15
16
16
17
tasks.named<Test >(" test" ) {
You can’t perform that action at this time.
0 commit comments