Skip to content

Commit 2fa86f3

Browse files
chore(deps): bump io.cucumber:cucumber-spring from 7.31.0 to 7.32.0
Bumps [io.cucumber:cucumber-spring](https://github.com/cucumber/cucumber-jvm) from 7.31.0 to 7.32.0. - [Release notes](https://github.com/cucumber/cucumber-jvm/releases) - [Changelog](https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md) - [Commits](cucumber/cucumber-jvm@v7.31.0...v7.32.0) --- updated-dependencies: - dependency-name: io.cucumber:cucumber-spring dependency-version: 7.32.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0ff309a commit 2fa86f3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ subprojects {
7272
testImplementation "io.rest-assured:rest-assured:5.5.6"
7373
testImplementation "io.rest-assured:rest-assured:5.5.6"
7474

75-
testImplementation "io.cucumber:cucumber-java:7.31.0"
76-
testImplementation "io.cucumber:cucumber-spring:7.31.0"
77-
testImplementation "io.cucumber:cucumber-junit-platform-engine:7.31.0"
75+
testImplementation "io.cucumber:cucumber-java:7.32.0"
76+
testImplementation "io.cucumber:cucumber-spring:7.32.0"
77+
testImplementation "io.cucumber:cucumber-junit-platform-engine:7.32.0"
7878
}
7979
}

0 commit comments

Comments
 (0)