Skip to content

Commit

Permalink
Merge pull request #7 from nelkinda/dependabot/gradle/io.cucumber-6.10.1
Browse files Browse the repository at this point in the history
Bump io.cucumber dependency set from 6.9.1 to 6.10.1
  • Loading branch information
christianhujer committed Mar 14, 2021
2 parents 4b0bae4 + da4077f commit e13b007
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 @@ -30,7 +30,7 @@ subprojects {
dependencyManagement {
dependencies {
dependency 'com.puppycrawl.tools:checkstyle:8.39'
dependencySet(group: 'io.cucumber', version: '6.9.1') {
dependencySet(group: 'io.cucumber', version: '6.10.1') {
entry 'cucumber-java'
entry 'cucumber-junit'
entry 'cucumber-junit-platform-engine'
Expand Down

0 comments on commit e13b007

Please sign in to comment.