We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52af705 commit 217802bCopy full SHA for 217802b
build.gradle
@@ -479,7 +479,7 @@ dependencies {
479
480
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter', version: versions.junit
481
testImplementation 'net.serenity-bdd:serenity-rest-assured:3.8.1'
482
- testImplementation group: 'net.serenity-bdd', name: 'serenity-junit', version: '3.8.1'
+ testImplementation group: 'net.serenity-bdd', name: 'serenity-junit', version: '4.2.3'
483
484
functionalTestImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: versions.junit
485
functionalTestRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: versions.junit
0 commit comments