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.git
The following commit(s) were added to refs/heads/main by this push:
new 992aab145a7 chore(deps): Bump curator-version from 5.7.0 to 5.7.1
(#15936)
992aab145a7 is described below
commit 992aab145a7e5af8b1a70bedbf628d816cc4bbfb
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Oct 14 10:39:20 2024 +0200
chore(deps): Bump curator-version from 5.7.0 to 5.7.1 (#15936)
Bumps `curator-version` from 5.7.0 to 5.7.1.
Updates `org.apache.curator:curator-framework` from 5.7.0 to 5.7.1
-
[Commits](https://github.com/apache/curator/compare/apache-curator-5.7.0...apache-curator-5.7.1)
Updates `org.apache.curator:curator-recipes` from 5.7.0 to 5.7.1
-
[Commits](https://github.com/apache/curator/compare/apache-curator-5.7.0...apache-curator-5.7.1)
Updates `org.apache.curator:curator-client` from 5.7.0 to 5.7.1
-
[Commits](https://github.com/apache/curator/compare/apache-curator-5.7.0...apache-curator-5.7.1)
Updates `org.apache.curator:curator-x-discovery` from 5.7.0 to 5.7.1
-
[Commits](https://github.com/apache/curator/compare/apache-curator-5.7.0...apache-curator-5.7.1)
---
updated-dependencies:
- dependency-name: org.apache.curator:curator-framework
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.apache.curator:curator-recipes
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.apache.curator:curator-client
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.apache.curator:curator-x-discovery
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@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 1b50facbf35..fd35a298c8b 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -124,7 +124,7 @@
<consul-client-version>1.4.1</consul-client-version>
<cobertura-maven-plugin-version>2.7</cobertura-maven-plugin-version>
<couchbase-client-version>3.7.4</couchbase-client-version>
- <curator-version>5.7.0</curator-version>
+ <curator-version>5.7.1</curator-version>
<cxf-version>4.0.5</cxf-version>
<cxf-codegen-plugin-version>4.0.5</cxf-codegen-plugin-version>
<!-- cxf-xjc is not released as often -->