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 dd171a4 commit 5c7d0b8Copy full SHA for 5c7d0b8
buildSrc/src/main/kotlin/otel.java-conventions.gradle.kts
@@ -137,7 +137,7 @@ testing {
137
dependencies {
138
implementation(project(project.path))
139
implementation(enforcedPlatform("org.junit:junit-bom:5.13.4"))
140
- implementation(enforcedPlatform("org.assertj:assertj-bom:3.27.3"))
+ implementation(enforcedPlatform("org.assertj:assertj-bom:3.27.4"))
141
142
implementation("org.junit.jupiter:junit-jupiter-api")
143
implementation("org.junit.jupiter:junit-jupiter-params")
0 commit comments