Skip to content

Commit 9a5069e

Browse files
Consolodate Jupiter Frameworks
1 parent aecba45 commit 9a5069e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

e2e-tests/build.gradle

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,11 @@ dependencies {
2020
testImplementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.19.2'
2121
testImplementation 'commons-io:commons-io:2.20.0'
2222
testImplementation 'org.awaitility:awaitility:4.3.0'
23-
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.4'
23+
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.4'
2424
testImplementation "org.assertj:assertj-core:3.27.4"
2525
testImplementation 'ch.qos.logback:logback-classic:1.5.18'
2626
testImplementation 'org.xmlunit:xmlunit-assertj3:2.10.3'
2727
testImplementation 'org.apache.httpcomponents.client5:httpclient5:5.5'
28-
29-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.4'
3028
}
3129

3230
tasks.withType(Test) {

0 commit comments

Comments
 (0)