diff --git a/integration-testing/build.gradle b/integration-testing/build.gradle index 3b93fe7..8d98798 100644 --- a/integration-testing/build.gradle +++ b/integration-testing/build.gradle @@ -21,7 +21,7 @@ dependencies { implementation 'org.awaitility:awaitility:4.2.0' implementation 'org.slf4j:slf4j-api:2.0.11' implementation 'org.zeroturnaround:zt-exec:1.12' - testImplementation 'org.junit.jupiter:junit-jupiter:5.10.1' + testImplementation 'org.junit.jupiter:junit-jupiter:5.11.0' testImplementation 'org.slf4j:slf4j-simple:2.0.11' }