Skip to content

Commit 13fdf49

Browse files
chore(deps): bump io.cucumber:cucumber-spring from 7.20.1 to 7.27.0
Bumps [io.cucumber:cucumber-spring](https://github.com/cucumber/cucumber-jvm) from 7.20.1 to 7.27.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.20.1...v7.27.0) --- updated-dependencies: - dependency-name: io.cucumber:cucumber-spring dependency-version: 7.27.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 427751f commit 13fdf49

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
@@ -56,9 +56,9 @@ dependencies {
5656
testImplementation 'io.rest-assured:rest-assured:5.5.0'
5757
testImplementation 'io.rest-assured:rest-assured:5.5.0'
5858
testImplementation "org.springframework.boot:spring-boot-starter-web:3.4.1"
59-
testImplementation 'io.cucumber:cucumber-java:7.20.1'
60-
testImplementation 'io.cucumber:cucumber-spring:7.20.1'
61-
testImplementation 'io.cucumber:cucumber-junit-platform-engine:7.20.1'
59+
testImplementation 'io.cucumber:cucumber-java:7.27.0'
60+
testImplementation 'io.cucumber:cucumber-spring:7.27.0'
61+
testImplementation 'io.cucumber:cucumber-junit-platform-engine:7.27.0'
6262
testImplementation 'org.junit.platform:junit-platform-suite:1.11.4'
6363
testImplementation 'org.assertj:assertj-core:3.27.4'
6464

0 commit comments

Comments
 (0)