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

(camel) 01/01: Bump jetcd-version from 0.7.5 to 0.7.6

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

github-bot pushed a commit to branch dependabot/maven/jetcd-version-0.7.6
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 14faa1f2d8510eb594a25b656ec54f00bb8afc4a
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Dec 5 08:53:43 2023 +0000

    Bump jetcd-version from 0.7.5 to 0.7.6
    
    Bumps `jetcd-version` from 0.7.5 to 0.7.6.
    
    Updates `io.etcd:jetcd-launcher` from 0.7.5 to 0.7.6
    - [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.6)
    
    Updates `io.etcd:jetcd-core` from 0.7.5 to 0.7.6
    - [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.6)
    
    ---
    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>
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index c9f139f571b..a52e03d67a5 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -255,7 +255,7 @@
         <jcache-version>1.1.1</jcache-version>
         <jcr-version>2.0</jcr-version>
         <jedis-client-version>5.0.2</jedis-client-version>
-        <jetcd-version>0.7.5</jetcd-version>
+        <jetcd-version>0.7.6</jetcd-version>
         <jetty-version>12.0.4</jetty-version>
         <jetty-plugin-version>${jetty-version}</jetty-plugin-version>
         <jetty-runner-groupId>org.eclipse.jetty</jetty-runner-groupId>