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 59a6ac2 commit 1dc2a28Copy full SHA for 1dc2a28
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.2"))
+ implementation(enforcedPlatform("org.junit:junit-bom:5.13.3"))
140
implementation(enforcedPlatform("org.assertj:assertj-bom:3.27.3"))
141
142
implementation("org.junit.jupiter:junit-jupiter-api")
0 commit comments