You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2024/03/22 05:35:17 UTC

(camel-kamelets) branch main updated: Bump cucumber.version from 7.15.0 to 7.16.0 (#1955)

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 5fdcf168 Bump cucumber.version from 7.15.0 to 7.16.0 (#1955)
5fdcf168 is described below

commit 5fdcf1683aea08704b4a4c2196ce05d4a0397191
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Mar 22 06:35:13 2024 +0100

    Bump cucumber.version from 7.15.0 to 7.16.0 (#1955)
    
    Bumps `cucumber.version` from 7.15.0 to 7.16.0.
    
    Updates `io.cucumber:cucumber-junit` from 7.15.0 to 7.16.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.15.0...v7.16.0)
    
    Updates `io.cucumber:cucumber-java` from 7.15.0 to 7.16.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.15.0...v7.16.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] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 01282669..faa0a8b8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -66,7 +66,7 @@
         <camel.k.crds.version>2.2.0</camel.k.crds.version>
 
         <citrus.version>4.1.0</citrus.version>
-        <cucumber.version>7.15.0</cucumber.version>
+        <cucumber.version>7.16.0</cucumber.version>
         <yaks.version>0.17.1</yaks.version>
 
         <!-- Versions used inside Kamelets (add them also to the dependencyManagement section and the groovy script below) -->