From 8d8adf230aaaf0a55dedf07e028499151d05acaa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Mar 2024 10:08:37 +0400 Subject: [PATCH] Bump org.testcontainers:testcontainers-bom from 1.19.6 to 1.19.7 (#200) Bumps [org.testcontainers:testcontainers-bom](https://github.com/testcontainers/testcontainers-java) from 1.19.6 to 1.19.7. - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/testcontainers/testcontainers-java/compare/1.19.6...1.19.7) --- updated-dependencies: - dependency-name: org.testcontainers:testcontainers-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index a33f9ea..914656f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -45,7 +45,7 @@ dependencies { implementation(libs.springdoc.openapi.ui) implementation(libs.springdoc.openapi.security) implementation("org.liquibase:liquibase-core:4.26.0") - implementation(platform("org.testcontainers:testcontainers-bom:1.19.6")) + implementation(platform("org.testcontainers:testcontainers-bom:1.19.7")) implementation("org.testcontainers:testcontainers") implementation("org.testcontainers:postgresql") implementation(platform("io.github.mfvanek:pg-index-health-bom:0.10.3"))