This is an automated email from the ASF dual-hosted git repository. apupier 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 633775fab77 chore(deps): Bump jetcd-version from 0.8.3 to 0.8.4 633775fab77 is described below commit 633775fab7765e26d8fb7a35ed97afe06e24f122 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Fri Nov 22 08:34:59 2024 +0000 chore(deps): Bump jetcd-version from 0.8.3 to 0.8.4 Bumps `jetcd-version` from 0.8.3 to 0.8.4. Updates `io.etcd:jetcd-launcher` from 0.8.3 to 0.8.4 - [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/commits) Updates `io.etcd:jetcd-core` from 0.8.3 to 0.8.4 - [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/commits) --- 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] <supp...@github.com> --- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index 82f5ce44574..d6069a60b9b 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -273,7 +273,7 @@ <jcache-version>1.1.1</jcache-version> <jcr-version>2.0</jcr-version> <jedis-client-version>5.2.0</jedis-client-version> - <jetcd-version>0.8.3</jetcd-version> + <jetcd-version>0.8.4</jetcd-version> <jetty-version>12.0.15</jetty-version> <jetty-for-solr-version>10.0.20</jetty-for-solr-version> <jetty-plugin-version>${jetty-version}</jetty-plugin-version>