From 75365ca0213e5d1d0669380497a825c0a6708a3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 06:22:44 +0000 Subject: [PATCH] Bump org.testcontainers:testcontainers-bom from 1.19.6 to 1.19.7 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] --- 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 9bbca6bf..259a63cd 100644 --- a/pg-index-health-testing/build.gradle.kts +++ b/pg-index-health-testing/build.gradle.kts @@ -9,7 +9,7 @@ dependencies { api(project(":pg-index-health-model")) api(project(":pg-index-health-jdbc-connection")) implementation(libs.apache.commons.dbcp2) - 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(libs.awaitility)