File tree 2 files changed +4
-7
lines changed
2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -33,8 +33,7 @@ subprojects {
33
33
opentelemetryJavaagent : " 2.14.0-SNAPSHOT" ,
34
34
opentelemetryJavaagentAlpha : " 2.14.0-alpha-SNAPSHOT" ,
35
35
36
- autoservice : " 1.1.1" ,
37
- junit : " 5.12.0"
36
+ autoservice : " 1.1.1"
38
37
]
39
38
40
39
deps = [
@@ -70,7 +69,7 @@ subprojects {
70
69
71
70
testImplementation(" org.mockito:mockito-core:5.15.2" )
72
71
73
- testImplementation(enforcedPlatform(" org.junit:junit-bom:${ versions.junit } " ))
72
+ testImplementation(enforcedPlatform(" org.junit:junit-bom:5.12.0 " ))
74
73
testImplementation(" org.junit.jupiter:junit-jupiter-api" )
75
74
testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine" )
76
75
testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
Original file line number Diff line number Diff line change 27
27
28
28
// these lines are managed by .github/scripts/update-version.sh
29
29
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"
33
31
]
34
32
35
33
deps = [
@@ -106,7 +104,7 @@ dependencies {
106
104
testImplementation(" io.opentelemetry:opentelemetry-api" )
107
105
testImplementation(" io.opentelemetry.proto:opentelemetry-proto:1.5.0-alpha" )
108
106
109
- testImplementation(enforcedPlatform(" org.junit:junit-bom:${ versions.junit } " ))
107
+ testImplementation(enforcedPlatform(" org.junit:junit-bom:5.12.0 " ))
110
108
testImplementation(" org.junit.jupiter:junit-jupiter-api" )
111
109
testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine" )
112
110
testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
You can’t perform that action at this time.
0 commit comments