Skip to content

Commit 9f2cf4a

Browse files
dependabot[bot]christianhujer
authored andcommitted
Bump io.cucumber dependency set from 6.10.1 to 6.10.2
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]>
1 parent 958b387 commit 9f2cf4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ subprojects {
3434
dependencyManagement {
3535
dependencies {
3636
dependency 'com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0'
37-
dependencySet(group: 'io.cucumber', version: '6.10.1') {
37+
dependencySet(group: 'io.cucumber', version: '6.10.2') {
3838
entry 'cucumber-java'
3939
entry 'cucumber-junit'
4040
entry 'cucumber-junit-platform-engine'

0 commit comments

Comments
 (0)