From 1ba32a74fe1876b25477c6b98a9b47be7ecdbe57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Aug 2025 14:16:14 +0000 Subject: [PATCH] chore(deps): bump io.cucumber:cucumber-junit-platform-engine Bumps [io.cucumber:cucumber-junit-platform-engine](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](https://github.com/cucumber/cucumber-jvm/compare/v7.20.1...v7.27.0) --- updated-dependencies: - dependency-name: io.cucumber:cucumber-junit-platform-engine dependency-version: 7.27.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 8ecf134..4c80578 100644 --- a/build.gradle +++ b/build.gradle @@ -56,9 +56,9 @@ dependencies { testImplementation 'io.rest-assured:rest-assured:5.5.0' testImplementation 'io.rest-assured:rest-assured:5.5.0' testImplementation "org.springframework.boot:spring-boot-starter-web:3.4.1" - testImplementation 'io.cucumber:cucumber-java:7.20.1' - testImplementation 'io.cucumber:cucumber-spring:7.20.1' - testImplementation 'io.cucumber:cucumber-junit-platform-engine:7.20.1' + testImplementation 'io.cucumber:cucumber-java:7.27.0' + testImplementation 'io.cucumber:cucumber-spring:7.27.0' + testImplementation 'io.cucumber:cucumber-junit-platform-engine:7.27.0' testImplementation 'org.junit.platform:junit-platform-suite:1.11.4' testImplementation 'org.assertj:assertj-core:3.27.4'