We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95f879f commit ae04a87Copy full SHA for ae04a87
1 file changed
buildSrc/src/main/kotlin/otel.java-conventions.gradle.kts
@@ -93,7 +93,7 @@ testing {
93
implementation(project(project.path))
94
95
implementation(enforcedPlatform("org.junit:junit-bom:5.13.4"))
96
- implementation(enforcedPlatform("org.assertj:assertj-bom:3.27.5"))
+ implementation(enforcedPlatform("org.assertj:assertj-bom:3.27.6"))
97
98
implementation("org.junit.jupiter:junit-jupiter-api")
99
implementation("org.assertj:assertj-core")
0 commit comments