From dc5b3544f4a6d43c0167dc772085f87daab00508 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 09:52:51 +0000 Subject: [PATCH] chore(deps): update dependency cwt_cucumber to v2.9 --- MODULE.bazel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MODULE.bazel b/MODULE.bazel index 096da13..52cd63b 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -23,7 +23,7 @@ git_repository( name = "cwt_cucumber", build_file = "//test/e2e:cwt_cucumber.BUILD", remote = "https://github.com/ThoSe1990/cwt-cucumber.git", - tag = "2.8", + tag = "2.9", ) # Fetch OpenFeature spec for Gherkin scenarios