Skip to content

Commit

Permalink
Bump io.cucumber dependency set from 6.10.1 to 6.10.2
Browse files Browse the repository at this point in the history
Bumps `io.cucumber` dependency set from 6.10.1 to 6.10.2.

Updates `cucumber-java` from 6.10.1 to 6.10.2
- [Release notes](https://github.com/cucumber/cucumber-jvm/releases)
- [Changelog](https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md)
- [Commits](cucumber/cucumber-jvm@v6.10.1...v6.10.2)

Updates `cucumber-junit` from 6.10.1 to 6.10.2
- [Release notes](https://github.com/cucumber/cucumber-jvm/releases)
- [Changelog](https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md)
- [Commits](cucumber/cucumber-jvm@v6.10.1...v6.10.2)

Updates `cucumber-junit-platform-engine` from 6.10.1 to 6.10.2
- [Release notes](https://github.com/cucumber/cucumber-jvm/releases)
- [Changelog](https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md)
- [Commits](cucumber/cucumber-jvm@v6.10.1...v6.10.2)

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and christianhujer committed Mar 16, 2021
1 parent 958b387 commit 9f2cf4a
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 @@ -34,7 +34,7 @@ subprojects {
dependencyManagement {
dependencies {
dependency 'com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0'
dependencySet(group: 'io.cucumber', version: '6.10.1') {
dependencySet(group: 'io.cucumber', version: '6.10.2') {
entry 'cucumber-java'
entry 'cucumber-junit'
entry 'cucumber-junit-platform-engine'
Expand Down

0 comments on commit 9f2cf4a

Please sign in to comment.