File tree 3 files changed +2
-3
lines changed
test-published-dependencies
3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ configurations {
15
15
16
16
dependencies {
17
17
agent(" com.datadoghq:dd-java-agent:$version " )
18
- testImplementation(platform(" org.junit:junit-bom:${ versions.junit5 } " ))
18
+ testImplementation(platform(" org.junit:junit-bom:5.9.2 " ))
19
19
testImplementation(' org.junit.jupiter:junit-jupiter' )
20
20
}
21
21
Original file line number Diff line number Diff line change @@ -19,5 +19,4 @@ allprojects {
19
19
}
20
20
21
21
apply from : " $sharedConfigDirectory /spotless.gradle"
22
- apply from : " $sharedConfigDirectory /dependencies.gradle"
23
22
}
Original file line number Diff line number Diff line change 9
9
10
10
dependencies {
11
11
implementation " com.datadoghq:dd-trace-ot:$version "
12
- testImplementation(platform(" org.junit:junit-bom:${ versions.junit5 } " ))
12
+ testImplementation(platform(" org.junit:junit-bom:5.9.2 " ))
13
13
testImplementation(' org.junit.jupiter:junit-jupiter' )
14
14
}
15
15
You can’t perform that action at this time.
0 commit comments