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 37f3196 commit f9ff900Copy full SHA for f9ff900
buildSrc/src/main/kotlin/otel.java-conventions.gradle.kts
@@ -134,7 +134,7 @@ testing {
134
suites.withType(JvmTestSuite::class).configureEach {
135
dependencies {
136
implementation(project(project.path))
137
- implementation(enforcedPlatform("org.junit:junit-bom:5.13.0"))
+ implementation(enforcedPlatform("org.junit:junit-bom:5.13.1"))
138
implementation(enforcedPlatform("org.assertj:assertj-bom:3.27.3"))
139
140
implementation("org.junit.jupiter:junit-jupiter-api")
0 commit comments