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 9911f01 commit 9601140Copy full SHA for 9601140
gradle/dependencies.gradle
@@ -1,8 +1,7 @@
1
dependencies {
2
// 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'
+ testImplementation 'org.junit.jupiter:junit-jupiter:5.12.0'
+ testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
6
testImplementation 'org.mockito:mockito-core:5.15.2'
7
testImplementation 'io.opentelemetry:opentelemetry-api:1.47.0'
8
testImplementation 'io.opentelemetry:opentelemetry-context:1.47.0'
0 commit comments