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.19.0
  • Loading branch information
renovate[bot] committed Sep 20, 2024
1 parent 4cadd9b commit 30e9e40
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 @@ -317,7 +317,7 @@ dependencies {
exclude group: 'org.junit.vintage', module: 'junit-vintage-engine'
}
testImplementation 'org.junit.platform:junit-platform-suite:1.11.0'
testImplementation 'io.cucumber:cucumber-junit-platform-engine:7.18.1'
testImplementation 'io.cucumber:cucumber-junit-platform-engine:7.19.0'

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

0 comments on commit 30e9e40

Please sign in to comment.