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 2f11b3147d4 Bump curator-version from 5.5.0 to 5.6.0 2f11b3147d4 is described below commit 2f11b3147d4d1d53bf59ffd54ac098f674c29efe Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Mon Jan 8 16:18:42 2024 +0000 Bump curator-version from 5.5.0 to 5.6.0 Bumps `curator-version` from 5.5.0 to 5.6.0. Updates `org.apache.curator:curator-framework` from 5.5.0 to 5.6.0 - [Commits](https://github.com/apache/curator/compare/apache-curator-5.5.0...apache-curator-5.6.0) Updates `org.apache.curator:curator-recipes` from 5.5.0 to 5.6.0 - [Commits](https://github.com/apache/curator/compare/apache-curator-5.5.0...apache-curator-5.6.0) Updates `org.apache.curator:curator-client` from 5.5.0 to 5.6.0 - [Commits](https://github.com/apache/curator/compare/apache-curator-5.5.0...apache-curator-5.6.0) Updates `org.apache.curator:curator-x-discovery` from 5.5.0 to 5.6.0 - [Commits](https://github.com/apache/curator/compare/apache-curator-5.5.0...apache-curator-5.6.0) --- updated-dependencies: - dependency-name: org.apache.curator:curator-framework dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.apache.curator:curator-recipes dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.apache.curator:curator-client dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.apache.curator:curator-x-discovery dependency-type: direct:production update-type: version-update:semver-minor ... 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 71cfc35a031..15e3e90a43f 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -113,7 +113,7 @@ <consul-client-version>1.3.0</consul-client-version> <cobertura-maven-plugin-version>2.7</cobertura-maven-plugin-version> <couchbase-client-version>3.5.1</couchbase-client-version> - <curator-version>5.5.0</curator-version> + <curator-version>5.6.0</curator-version> <cxf-version>4.0.3</cxf-version> <cxf-codegen-plugin-version>4.0.3</cxf-codegen-plugin-version> <!-- cxf-xjc is not released as often -->