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 9c0469b commit 7dca428Copy full SHA for 7dca428
buildSrc/src/main/kotlin/otel.java-conventions.gradle.kts
@@ -92,7 +92,7 @@ testing {
92
dependencies {
93
implementation(project(project.path))
94
95
- implementation(enforcedPlatform("org.junit:junit-bom:5.12.1"))
+ implementation(enforcedPlatform("org.junit:junit-bom:5.12.2"))
96
implementation(enforcedPlatform("org.assertj:assertj-bom:3.27.3"))
97
98
implementation("org.junit.jupiter:junit-jupiter-api")
0 commit comments