From 3f8b071b58ac096654f6faced3e59ac4a24daa5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Nov 2020 05:58:02 +0000 Subject: [PATCH] Bump cucumber-core from 6.5.1 to 6.9.0 Bumps [cucumber-core](https://github.com/cucumber/cucumber-jvm) from 6.5.1 to 6.9.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/v6.5.1...v6.9.0) Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 751be5c..aa220ef 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ plugins { def VERSIONS = [ assertj : "3.17.0", - cucumber : "6.5.1", + cucumber : "6.9.0", junit : "5.7.0-RC1", guava : "29.0-jre", springBoot : "2.3.3.RELEASE",