Skip to content

Commit d71d471

Browse files
committed
fix
1 parent a246904 commit d71d471

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

examples/distro/build.gradle

+2-3
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ subprojects {
3333
opentelemetryJavaagent : "2.14.0-SNAPSHOT",
3434
opentelemetryJavaagentAlpha: "2.14.0-alpha-SNAPSHOT",
3535

36-
autoservice : "1.1.1",
37-
junit : "5.12.0"
36+
autoservice : "1.1.1"
3837
]
3938

4039
deps = [
@@ -70,7 +69,7 @@ subprojects {
7069

7170
testImplementation("org.mockito:mockito-core:5.15.2")
7271

73-
testImplementation(enforcedPlatform("org.junit:junit-bom:${versions.junit}"))
72+
testImplementation(enforcedPlatform("org.junit:junit-bom:5.12.0"))
7473
testImplementation("org.junit.jupiter:junit-jupiter-api")
7574
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
7675
testRuntimeOnly("org.junit.platform:junit-platform-launcher")

examples/extension/build.gradle

+2-4
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@ ext {
2727

2828
// these lines are managed by .github/scripts/update-version.sh
2929
opentelemetryJavaagent : "2.14.0-SNAPSHOT",
30-
opentelemetryJavaagentAlpha: "2.14.0-alpha-SNAPSHOT",
31-
32-
junit : "5.12.0"
30+
opentelemetryJavaagentAlpha: "2.14.0-alpha-SNAPSHOT"
3331
]
3432

3533
deps = [
@@ -106,7 +104,7 @@ dependencies {
106104
testImplementation("io.opentelemetry:opentelemetry-api")
107105
testImplementation("io.opentelemetry.proto:opentelemetry-proto:1.5.0-alpha")
108106

109-
testImplementation(enforcedPlatform("org.junit:junit-bom:${versions.junit}"))
107+
testImplementation(enforcedPlatform("org.junit:junit-bom:5.12.0"))
110108
testImplementation("org.junit.jupiter:junit-jupiter-api")
111109
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
112110
testRuntimeOnly("org.junit.platform:junit-platform-launcher")

0 commit comments

Comments
 (0)