From 4a68e3e7aeee418dea14a1832b98e23b70a910dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 18:03:23 +0000 Subject: [PATCH] Bump io.cucumber:cucumber-bom from 7.23.0 to 7.27.0 in /examples Bumps [io.cucumber:cucumber-bom](https://github.com/cucumber/cucumber-jvm) from 7.23.0 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.23.0...v7.27.0) --- updated-dependencies: - dependency-name: io.cucumber:cucumber-bom dependency-version: 7.27.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 c0e916c652c..0e397c0644c 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.23.0') + testImplementation platform('io.cucumber:cucumber-bom:7.27.0') testImplementation 'io.cucumber:cucumber-java' testImplementation 'io.cucumber:cucumber-junit-platform-engine' testImplementation 'org.testcontainers:selenium'