diff --git a/build.gradle b/build.gradle index 3f424a5..fc2df27 100644 --- a/build.gradle +++ b/build.gradle @@ -38,7 +38,7 @@ dependencies { testImplementation 'org.testcontainers:junit-jupiter' testImplementation 'org.testcontainers:postgresql' testImplementation 'io.rest-assured:rest-assured:5.5.0' - testImplementation 'org.junit.jupiter:junit-jupiter:5.11.1' + testImplementation 'org.junit.jupiter:junit-jupiter:5.11.2' testRuntimeOnly 'org.junit.platform:junit-platform-launcher' }