diff --git a/build.gradle b/build.gradle index cc170cc84..9c7a9fe08 100644 --- a/build.gradle +++ b/build.gradle @@ -278,7 +278,7 @@ dependencies { testImplementation 'org.springframework.boot:spring-boot-devtools' testImplementation 'org.springframework.boot:spring-boot-testcontainers' - testImplementation 'org.testcontainers:junit-jupiter:1.19.5' + testImplementation 'org.testcontainers:junit-jupiter:1.19.6' testImplementation 'org.testcontainers:postgresql' testImplementation(platform('org.junit:junit-bom:5.10.2')) testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'