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/25 08:17:14 UTC

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

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 3d746e46 Bump cucumber.version from 7.16.0 to 7.16.1 (#1960)
3d746e46 is described below

commit 3d746e46c099beecaf360e1ff1588b15a62021b0
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Mar 25 09:17:08 2024 +0100

    Bump cucumber.version from 7.16.0 to 7.16.1 (#1960)
    
    Bumps `cucumber.version` from 7.16.0 to 7.16.1.
    
    Updates `io.cucumber:cucumber-junit` from 7.16.0 to 7.16.1
    - [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.0...v7.16.1)
    
    Updates `io.cucumber:cucumber-java` from 7.16.0 to 7.16.1
    - [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.0...v7.16.1)
    
    ---
    updated-dependencies:
    - dependency-name: io.cucumber:cucumber-junit
      dependency-type: direct:development
      update-type: version-update:semver-patch
    - dependency-name: io.cucumber:cucumber-java
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    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 23ac46ea..b903c6c0 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.16.0</cucumber.version>
+        <cucumber.version>7.16.1</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) -->