Skip to content

Commit 251240c

Browse files
fix(deps): update dependency org.testcontainers:testcontainers-bom to v2.0.4 (signalfx#2716)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent bf652b6 commit 251240c

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
@@ -35,7 +35,7 @@ dependencies {
3535
api(enforcedPlatform("io.opentelemetry:opentelemetry-bom-alpha:$otelAlphaVersion"))
3636
api(enforcedPlatform("io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:$otelInstrumentationAlphaVersion"))
3737
api(enforcedPlatform("org.junit:junit-bom:6.0.3"))
38-
api(enforcedPlatform("org.testcontainers:testcontainers-bom:2.0.3"))
38+
api(enforcedPlatform("org.testcontainers:testcontainers-bom:2.0.4"))
3939

4040
constraints {
4141
api("com.google.auto.service:auto-service:1.1.1")

0 commit comments

Comments
 (0)