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 a7f70d8 commit 813ed31Copy full SHA for 813ed31
buildSrc/src/main/kotlin/otel.java-conventions.gradle.kts
@@ -136,7 +136,7 @@ testing {
136
suites.withType(JvmTestSuite::class).configureEach {
137
dependencies {
138
implementation(project(project.path))
139
- implementation(enforcedPlatform("org.junit:junit-bom:5.13.3"))
+ implementation(enforcedPlatform("org.junit:junit-bom:5.13.4"))
140
implementation(enforcedPlatform("org.assertj:assertj-bom:3.27.3"))
141
142
implementation("org.junit.jupiter:junit-jupiter-api")
0 commit comments