diff --git a/grails-testing-support-dbcleanup-postgresql/build.gradle b/grails-testing-support-dbcleanup-postgresql/build.gradle index 3644ad14619..6a6f259ad80 100644 --- a/grails-testing-support-dbcleanup-postgresql/build.gradle +++ b/grails-testing-support-dbcleanup-postgresql/build.gradle @@ -49,8 +49,8 @@ dependencies { testImplementation 'org.apache.groovy:groovy' testImplementation 'org.postgresql:postgresql' - testImplementation 'org.testcontainers:postgresql:1.20.1' - testImplementation 'org.testcontainers:testcontainers:1.20.1' + testImplementation 'org.testcontainers:postgresql:2.0.5' + testImplementation 'org.testcontainers:testcontainers:2.0.5' testImplementation 'org.slf4j:slf4j-simple' testRuntimeOnly 'net.bytebuddy:byte-buddy' }