Skip to content

Commit e758b75

Browse files
committed
renovate
1 parent 841b8c1 commit e758b75

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

buildSrc/src/main/kotlin/otel.java-conventions.gradle.kts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -147,15 +147,11 @@ dependencies {
147147

148148
testing {
149149
suites.withType(JvmTestSuite::class).configureEach {
150-
useJUnitJupiter()
150+
useJUnitJupiter("5.14.0")
151151

152152
dependencies {
153153
implementation(project())
154154

155-
// this is only needed to establish the version of JUnit we want to use
156-
// since Renovate doesn't currently understand useJUnitJupiter("<version>")
157-
implementation("org.junit.jupiter:junit-jupiter-api:5.14.0")
158-
159155
implementation(enforcedPlatform("org.testcontainers:testcontainers-bom:1.21.3"))
160156
implementation(enforcedPlatform("com.google.guava:guava-bom:33.5.0-jre"))
161157
implementation(enforcedPlatform("com.linecorp.armeria:armeria-bom:1.33.4"))

0 commit comments

Comments
 (0)