Bump org.testcontainers:testcontainers-bom from 1.18.1 to 1.18.2 (#8608)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-05-31 08:07:23 +03:00 committed by GitHub
parent ed9cac6fa2
commit b14ac4a75d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ val DEPENDENCY_BOMS = listOf(
"io.opentelemetry:opentelemetry-bom:${otelSdkVersion}",
"io.opentelemetry:opentelemetry-bom-alpha:${otelSdkAlphaVersion}",
"org.junit:junit-bom:5.9.3",
"org.testcontainers:testcontainers-bom:1.18.1",
"org.testcontainers:testcontainers-bom:1.18.2",
"org.spockframework:spock-bom:2.4-M1-groovy-4.0"
)