We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 841b8c1 commit e758b75Copy full SHA for e758b75
buildSrc/src/main/kotlin/otel.java-conventions.gradle.kts
@@ -147,15 +147,11 @@ dependencies {
147
148
testing {
149
suites.withType(JvmTestSuite::class).configureEach {
150
- useJUnitJupiter()
+ useJUnitJupiter("5.14.0")
151
152
dependencies {
153
implementation(project())
154
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
-
159
implementation(enforcedPlatform("org.testcontainers:testcontainers-bom:1.21.3"))
160
implementation(enforcedPlatform("com.google.guava:guava-bom:33.5.0-jre"))
161
implementation(enforcedPlatform("com.linecorp.armeria:armeria-bom:1.33.4"))
0 commit comments