This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
The following commit(s) were added to refs/heads/main by this push:
new 0f251822 Bump cucumber.version from 7.16.1 to 7.17.0 (#1996)
0f251822 is described below
commit 0f251822c68feccb05d30e8b4472571a2e315f93
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Apr 19 10:31:58 2024 +0200
Bump cucumber.version from 7.16.1 to 7.17.0 (#1996)
Bumps `cucumber.version` from 7.16.1 to 7.17.0.
Updates `io.cucumber:cucumber-junit` from 7.16.1 to 7.17.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.16.1...v7.17.0)
Updates `io.cucumber:cucumber-java` from 7.16.1 to 7.17.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.16.1...v7.17.0)
---
updated-dependencies:
- dependency-name: io.cucumber:cucumber-junit
dependency-type: direct:development
update-type: version-update:semver-minor
- dependency-name: io.cucumber:cucumber-java
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index cb12dec8..afeee57a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -66,7 +66,7 @@
<camel.k.crds.version>2.3.0</camel.k.crds.version>
<citrus.version>4.2.0</citrus.version>
- <cucumber.version>7.16.1</cucumber.version>
+ <cucumber.version>7.17.0</cucumber.version>
<yaks.version>0.19.0</yaks.version>
<!-- Versions used inside Kamelets (add them also to the
dependencyManagement section and the groovy script below) -->