Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dependency net.serenity-bdd:serenity-junit to v4
Browse files Browse the repository at this point in the history
renovate[bot] authored Jan 9, 2025
1 parent 7944d00 commit f087f6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -481,7 +481,7 @@ dependencies {

testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter', version: versions.junit
testImplementation 'net.serenity-bdd:serenity-rest-assured:3.8.1'
testImplementation group: 'net.serenity-bdd', name: 'serenity-junit', version: '3.8.1'
testImplementation group: 'net.serenity-bdd', name: 'serenity-junit', version: '4.2.11'

functionalTestImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: versions.junit
functionalTestRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: versions.junit

0 comments on commit f087f6e

Please sign in to comment.