File tree 2 files changed +8
-6
lines changed
2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -69,10 +69,11 @@ subprojects {
69
69
implementation(platform(" io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:${ versions.opentelemetryJavaagentAlpha} " ))
70
70
71
71
testImplementation(" org.mockito:mockito-core:5.15.2" )
72
+
72
73
testImplementation(enforcedPlatform(" org.junit:junit-bom:${ versions.junit} " ))
73
- testImplementation(" org.junit.jupiter:junit-jupiter-api: ${ versions.junit } " )
74
- testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine: ${ versions.junit } " )
75
- testRuntimeOnly(" org.junit.platform:junit-platform-launcher: ${ versions.junit } " )
74
+ testImplementation(" org.junit.jupiter:junit-jupiter-api" )
75
+ testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine" )
76
+ testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
76
77
}
77
78
78
79
tasks {
Original file line number Diff line number Diff line change @@ -106,9 +106,10 @@ dependencies {
106
106
testImplementation(" io.opentelemetry:opentelemetry-api" )
107
107
testImplementation(" io.opentelemetry.proto:opentelemetry-proto:1.5.0-alpha" )
108
108
109
- testImplementation(" org.junit.jupiter:junit-jupiter-api:${ versions.junit} " )
110
- testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:${ versions.junit} " )
111
- testRuntimeOnly(" org.junit.platform:junit-platform-launcher:${ versions.junit} " )
109
+ testImplementation(enforcedPlatform(" org.junit:junit-bom:${ versions.junit} " ))
110
+ testImplementation(" org.junit.jupiter:junit-jupiter-api" )
111
+ testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine" )
112
+ testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
112
113
113
114
testRuntimeOnly(" ch.qos.logback:logback-classic:1.5.16" )
114
115
You can’t perform that action at this time.
0 commit comments