You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2023/12/21 08:51:21 UTC

(camel) branch main updated: Bump jetcd-version from 0.7.5 to 0.7.7 (#12522)

This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new 2f4c48452cb Bump jetcd-version from 0.7.5 to 0.7.7 (#12522)
2f4c48452cb is described below

commit 2f4c48452cb9c20ef8f89b5be38278957de98660
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Dec 21 09:51:16 2023 +0100

    Bump jetcd-version from 0.7.5 to 0.7.7 (#12522)
    
    Bumps `jetcd-version` from 0.7.5 to 0.7.7.
    
    Updates `io.etcd:jetcd-launcher` from 0.7.5 to 0.7.7
    - [Release notes](https://github.com/etcd-io/jetcd/releases)
    - [Changelog](https://github.com/etcd-io/jetcd/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/etcd-io/jetcd/compare/jetcd-0.7.5...jetcd-0.7.7)
    
    Updates `io.etcd:jetcd-core` from 0.7.5 to 0.7.7
    - [Release notes](https://github.com/etcd-io/jetcd/releases)
    - [Changelog](https://github.com/etcd-io/jetcd/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/etcd-io/jetcd/compare/jetcd-0.7.5...jetcd-0.7.7)
    
    ---
    updated-dependencies:
    - dependency-name: io.etcd:jetcd-launcher
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: io.etcd:jetcd-core
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 3f56b7651c6..afff31d6871 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -256,7 +256,7 @@
         <jcache-version>1.1.1</jcache-version>
         <jcr-version>2.0</jcr-version>
         <jedis-client-version>5.1.0</jedis-client-version>
-        <jetcd-version>0.7.5</jetcd-version>
+        <jetcd-version>0.7.7</jetcd-version>
         <jetty-version>12.0.5</jetty-version>
         <jetty-plugin-version>${jetty-version}</jetty-plugin-version>
         <jetty-runner-groupId>org.eclipse.jetty</jetty-runner-groupId>