Skip to content

Commit

Permalink
Update dependency net.serenity-bdd:serenity-junit to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 9, 2024
1 parent a69eeb9 commit 89d5bf2
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
Expand Up @@ -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.8'

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

0 comments on commit 89d5bf2

Please sign in to comment.