From 9eb3d491925edcb0b16f026bd80f5456b98ee4b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 11:05:50 +0400 Subject: [PATCH] Bump org.testcontainers:testcontainers-bom from 1.19.2 to 1.19.3 (#321) Bumps [org.testcontainers:testcontainers-bom](https://github.com/testcontainers/testcontainers-java) from 1.19.2 to 1.19.3. - [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.2...1.19.3) --- 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> Co-authored-by: Ivan Vakhrushev --- pg-index-health-testing/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pg-index-health-testing/build.gradle.kts b/pg-index-health-testing/build.gradle.kts index 0c2d4ce2..dfe352f8 100644 --- a/pg-index-health-testing/build.gradle.kts +++ b/pg-index-health-testing/build.gradle.kts @@ -4,7 +4,7 @@ dependencies { api(project(":pg-index-health-model")) api(project(":pg-index-health-jdbc-connection")) implementation(rootProject.libs.apache.commons.dbcp2) - implementation(platform("org.testcontainers:testcontainers-bom:1.19.2")) + implementation(platform("org.testcontainers:testcontainers-bom:1.19.3")) implementation("org.testcontainers:testcontainers") implementation("org.testcontainers:postgresql") implementation(rootProject.libs.awaitility)