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 Sep 4, 2024
1 parent 0fe6e80 commit ed66349
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 @@ -479,7 +479,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.0'

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 ed66349

Please sign in to comment.