From 35d17991b235eff08c939f26aadabd7cb7e13946 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Aug 2025 00:53:22 +0000 Subject: [PATCH] Bump io.cucumber:cucumber-bom from 7.27.0 to 7.27.2 in /examples Bumps [io.cucumber:cucumber-bom](https://github.com/cucumber/cucumber-jvm) from 7.27.0 to 7.27.2. - [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.27.0...v7.27.2) --- updated-dependencies: - dependency-name: io.cucumber:cucumber-bom dependency-version: 7.27.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- examples/cucumber/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/cucumber/build.gradle b/examples/cucumber/build.gradle index 42da5c4c162..38db64972e1 100644 --- a/examples/cucumber/build.gradle +++ b/examples/cucumber/build.gradle @@ -14,7 +14,7 @@ dependencies { testImplementation platform('org.junit:junit-bom:5.13.4') testImplementation 'org.junit.platform:junit-platform-suite' - testImplementation platform('io.cucumber:cucumber-bom:7.27.0') + testImplementation platform('io.cucumber:cucumber-bom:7.27.2') testImplementation 'io.cucumber:cucumber-java' testImplementation 'io.cucumber:cucumber-junit-platform-engine' testImplementation 'org.testcontainers:testcontainers-selenium'