We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddfe0d3 commit 0a121fcCopy full SHA for 0a121fc
buildSrc/src/main/kotlin/otel.java-conventions.gradle.kts
@@ -135,7 +135,7 @@ testing {
135
dependencies {
136
implementation(project(project.path))
137
138
- implementation(enforcedPlatform("org.junit:junit-bom:5.12.1"))
+ implementation(enforcedPlatform("org.junit:junit-bom:5.12.2"))
139
implementation(enforcedPlatform("org.testcontainers:testcontainers-bom:1.20.6"))
140
implementation(enforcedPlatform("com.google.guava:guava-bom:33.4.7-jre"))
141
implementation(enforcedPlatform("com.linecorp.armeria:armeria-bom:1.32.4"))
0 commit comments