This is an automated email from the ASF dual-hosted git repository.
xiatian pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/eventmesh.git
The following commit(s) were added to refs/heads/master by this push:
new 1c22c16b5 Bump curatorVersion from 5.4.0 to 5.6.0 (#4910)
1c22c16b5 is described below
commit 1c22c16b54171517fe0b99678b1d3f96989d3d28
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat May 25 00:42:34 2024 +0800
Bump curatorVersion from 5.4.0 to 5.6.0 (#4910)
Bumps `curatorVersion` from 5.4.0 to 5.6.0.
Updates `org.apache.curator:curator-client` from 5.4.0 to 5.6.0
-
[Commits](https://github.com/apache/curator/compare/apache-curator-5.4.0...apache-curator-5.6.0)
Updates `org.apache.curator:curator-framework` from 5.4.0 to 5.6.0
-
[Commits](https://github.com/apache/curator/compare/apache-curator-5.4.0...apache-curator-5.6.0)
Updates `org.apache.curator:curator-recipes` from 5.4.0 to 5.6.0
-
[Commits](https://github.com/apache/curator/compare/apache-curator-5.4.0...apache-curator-5.6.0)
Updates `org.apache.curator:curator-test` from 5.4.0 to 5.6.0
-
[Commits](https://github.com/apache/curator/compare/apache-curator-5.4.0...apache-curator-5.6.0)
---
updated-dependencies:
- dependency-name: org.apache.curator:curator-client
dependency-type: direct:production
update-type: version-update:semver-minor
- 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-test
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.gradle b/build.gradle
index e5c44753c..d37167cbe 100644
--- a/build.gradle
+++ b/build.gradle
@@ -654,7 +654,7 @@ subprojects {
def dropwizardMetricsVersion = '4.2.25'
def opentelemetryVersion = '1.36.0'
def cloudeventsVersion = '2.4.2'
- def curatorVersion = '5.4.0'
+ def curatorVersion = '5.6.0'
def mockitoVersion = '3.8.0'
dependencyManagement {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]