Skip to content

Commit 9601140

Browse files
committed
ci: adds missing platform launcher
Signed-off-by: Vincent Biret <[email protected]>
1 parent 9911f01 commit 9601140

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

gradle/dependencies.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
dependencies {
22
// Use JUnit test framework
3-
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.12.0'
4-
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.12.0'
5-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.12.0'
3+
testImplementation 'org.junit.jupiter:junit-jupiter:5.12.0'
4+
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
65
testImplementation 'org.mockito:mockito-core:5.15.2'
76
testImplementation 'io.opentelemetry:opentelemetry-api:1.47.0'
87
testImplementation 'io.opentelemetry:opentelemetry-context:1.47.0'

0 commit comments

Comments
 (0)