This is an automated email from the ASF dual-hosted git repository.
crazyhzm pushed a commit to branch 3.3
in repository https://gitbox.apache.org/repos/asf/dubbo.git
The following commit(s) were added to refs/heads/3.3 by this push:
new 6c058d90b3 Bump curator5_version from 5.1.0 to 5.7.0 (#14694)
6c058d90b3 is described below
commit 6c058d90b3e6fffd7fc28ecee7b7461b33b5f920
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Sep 21 23:24:28 2024 +0800
Bump curator5_version from 5.1.0 to 5.7.0 (#14694)
Bumps `curator5_version` from 4.2.0 to 5.7.0.
Updates `org.apache.curator:curator-framework` from 4.2.0 to 5.7.0
-
[Commits](https://github.com/apache/curator/compare/apache-curator-4.2.0...apache-curator-5.7.0)
Updates `org.apache.curator:curator-recipes` from 5.1.0 to 5.7.0
-
[Commits](https://github.com/apache/curator/compare/apache.curator-5.1.0...apache-curator-5.7.0)
Updates `org.apache.curator:curator-x-discovery` from 5.1.0 to 5.7.0
-
[Commits](https://github.com/apache/curator/compare/apache.curator-5.1.0...apache-curator-5.7.0)
---
updated-dependencies:
- dependency-name: org.apache.curator:curator-framework
dependency-type: direct:production
update-type: version-update:semver-major
- dependency-name: org.apache.curator:curator-recipes
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.apache.curator:curator-x-discovery
dependency-type: direct:development
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>
---
dubbo-dependencies-bom/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dubbo-dependencies-bom/pom.xml b/dubbo-dependencies-bom/pom.xml
index 910b8ac61a..5aeb8e6215 100644
--- a/dubbo-dependencies-bom/pom.xml
+++ b/dubbo-dependencies-bom/pom.xml
@@ -101,7 +101,7 @@
<fastjson_version>1.2.83</fastjson_version>
<fastjson2_version>2.0.52</fastjson2_version>
<zookeeper_version>3.7.2</zookeeper_version>
- <curator_version>5.1.0</curator_version>
+ <curator_version>5.7.0</curator_version>
<curator_test_version>2.12.0</curator_test_version>
<jedis_version>3.10.0</jedis_version>
<hessian_version>4.0.66</hessian_version>