Skip to content

Commit 7d3991d

Browse files
Update dependency org.junit:junit-bom to v6.0.2
1 parent 298034b commit 7d3991d

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.78.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:6.0.1"))
37+
api(enforcedPlatform("org.junit:junit-bom:6.0.2"))
3838
api(enforcedPlatform("org.testcontainers:testcontainers-bom:2.0.3"))
3939

4040
constraints {

0 commit comments

Comments
 (0)