diff --git a/e2e-tests/build.gradle b/e2e-tests/build.gradle index 104a2e857..528d4462b 100644 --- a/e2e-tests/build.gradle +++ b/e2e-tests/build.gradle @@ -20,13 +20,13 @@ dependencies { testImplementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.19.1' testImplementation 'commons-io:commons-io:2.19.0' testImplementation 'org.awaitility:awaitility:4.3.0' - testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.4' + testImplementation 'org.junit.jupiter:junit-jupiter-api:5.13.2' testImplementation "org.assertj:assertj-core:3.27.3" testImplementation 'ch.qos.logback:logback-classic:1.5.18' testImplementation 'org.xmlunit:xmlunit-assertj3:2.10.3' testImplementation 'org.apache.httpcomponents.client5:httpclient5:5.5' - testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.4' + testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.13.2' } tasks.withType(Test) {