Skip to content

Commit 6158575

Browse files
fix(deps): update dependency org.junit:junit-bom to v5.12.2 (#2268)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3b01ac1 commit 6158575

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dependencyManagement/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dependencies {
3434
api(enforcedPlatform("io.grpc:grpc-bom:1.71.0"))
3535
api(enforcedPlatform("io.opentelemetry:opentelemetry-bom-alpha:$otelAlphaVersion"))
3636
api(enforcedPlatform("io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:$otelInstrumentationAlphaVersion"))
37-
api(enforcedPlatform("org.junit:junit-bom:5.12.1"))
37+
api(enforcedPlatform("org.junit:junit-bom:5.12.2"))
3838
api(enforcedPlatform("org.testcontainers:testcontainers-bom:1.20.6"))
3939

4040
constraints {

0 commit comments

Comments
 (0)