From 35aa30c2827428b856df59e473b3f0bc4692639d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 11:14:49 +0000 Subject: [PATCH] chore(deps): bump io.cucumber:cucumber-spring from 7.20.1 to 7.28.1 Bumps [io.cucumber:cucumber-spring](https://github.com/cucumber/cucumber-jvm) from 7.20.1 to 7.28.1. - [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.28.1) --- updated-dependencies: - dependency-name: io.cucumber:cucumber-spring dependency-version: 7.28.1 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 d70a676..8d8692e 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.28.1' + testImplementation 'io.cucumber:cucumber-spring:7.28.1' + testImplementation 'io.cucumber:cucumber-junit-platform-engine:7.28.1' testImplementation 'org.junit.platform:junit-platform-suite:1.11.4' testImplementation 'org.assertj:assertj-core:3.27.4'