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)