diff --git a/build.gradle b/build.gradle index 1243bc4b8..7b4efdc11 100644 --- a/build.gradle +++ b/build.gradle @@ -279,7 +279,7 @@ dependencies { testImplementation 'org.springframework.boot:spring-boot-devtools' testImplementation 'org.springframework.boot:spring-boot-testcontainers' - testImplementation 'org.testcontainers:junit-jupiter:1.19.6' + testImplementation 'org.testcontainers:junit-jupiter:1.19.7' testImplementation 'org.testcontainers:postgresql' testImplementation(platform('org.junit:junit-bom:5.10.2')) testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'