Skip to content

Commit df1092e

Browse files
fix(deps): update dependency org.testcontainers:testcontainers-bom to v1.19.8 (#1838)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1d83257 commit df1092e

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:5.10.2"))
38-
api(enforcedPlatform("org.testcontainers:testcontainers-bom:1.19.7"))
38+
api(enforcedPlatform("org.testcontainers:testcontainers-bom:1.19.8"))
3939

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

0 commit comments

Comments
 (0)