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 8df5e9f commit 63f093fCopy full SHA for 63f093f
buildSrc/src/main/kotlin/otel.java-conventions.gradle.kts
@@ -133,7 +133,7 @@ testing {
133
suites.withType(JvmTestSuite::class).configureEach {
134
dependencies {
135
implementation(project(project.path))
136
- implementation(enforcedPlatform("org.junit:junit-bom:5.14.0"))
+ implementation(enforcedPlatform("org.junit:junit-bom:5.14.1"))
137
implementation(enforcedPlatform("org.assertj:assertj-bom:3.27.6"))
138
139
implementation("org.junit.jupiter:junit-jupiter-api")
0 commit comments