Skip to content

Commit

Permalink
fix(deps): update dependency io.cucumber:cucumber-junit-platform-engi…
Browse files Browse the repository at this point in the history
…ne to v7.18.0
  • Loading branch information
renovate[bot] authored Jun 17, 2024
1 parent ea4e0d5 commit 10f6ef1
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 @@ -303,7 +303,7 @@ dependencies {
exclude group: 'org.junit.vintage', module: 'junit-vintage-engine'
}
testImplementation 'org.junit.platform:junit-platform-suite:1.10.2'
testImplementation 'io.cucumber:cucumber-junit-platform-engine:7.17.0'
testImplementation 'io.cucumber:cucumber-junit-platform-engine:7.18.0'

testImplementation "net.serenity-bdd:serenity-core:${serenityVersion}"
testImplementation "net.serenity-bdd:serenity-rest-assured:${serenityVersion}"
Expand Down

0 comments on commit 10f6ef1

Please sign in to comment.