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 8c62ff8 commit a2b06b8Copy full SHA for a2b06b8
buildSrc/src/main/kotlin/otel.java-conventions.gradle.kts
@@ -135,7 +135,7 @@ testing {
135
dependencies {
136
implementation(project(project.path))
137
implementation(enforcedPlatform("org.junit:junit-bom:5.13.4"))
138
- implementation(enforcedPlatform("org.assertj:assertj-bom:3.27.4"))
+ implementation(enforcedPlatform("org.assertj:assertj-bom:3.27.5"))
139
140
implementation("org.junit.jupiter:junit-jupiter-api")
141
implementation("org.junit.jupiter:junit-jupiter-params")
0 commit comments