diff --git a/thunx-integration-tests/api-integration-tests/build.gradle b/thunx-integration-tests/api-integration-tests/build.gradle index 53c1b1e..aba908a 100644 --- a/thunx-integration-tests/api-integration-tests/build.gradle +++ b/thunx-integration-tests/api-integration-tests/build.gradle @@ -21,7 +21,7 @@ dependencies { testImplementation testFixtures('com.contentgrid.spring:contentgrid-spring-data-rest:0.11.1') runtimeOnly 'org.postgresql:postgresql' - runtimeOnly 'org.testcontainers:postgresql:1.19.5' + runtimeOnly 'org.testcontainers:postgresql:1.19.6' runtimeOnly project(":thunx-api-spring-boot-starter") }