This is an automated email from the ASF dual-hosted git repository.
albumenj 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 4729436368 Bump curator5_version from 4.2.0 to 5.7.1 (#14773)
4729436368 is described below
commit 47294363689605f32314b828132ca14f1443d88e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Oct 17 16:39:33 2024 +0800
Bump curator5_version from 4.2.0 to 5.7.1 (#14773)
Bumps `curator5_version` from 4.2.0 to 5.7.1.
Updates `org.apache.curator:curator-framework` from 4.2.0 to 5.7.1
-
[Commits](https://github.com/apache/curator/compare/apache-curator-4.2.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)
---
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-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
dubbo-demo/dubbo-demo-native/dubbo-demo-native-consumer/pom.xml | 2 +-
dubbo-demo/dubbo-demo-native/dubbo-demo-native-provider/pom.xml | 2 +-
dubbo-remoting/dubbo-remoting-zookeeper-curator5/pom.xml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/dubbo-demo/dubbo-demo-native/dubbo-demo-native-consumer/pom.xml
b/dubbo-demo/dubbo-demo-native/dubbo-demo-native-consumer/pom.xml
index 40707afb12..e7466e4062 100644
--- a/dubbo-demo/dubbo-demo-native/dubbo-demo-native-consumer/pom.xml
+++ b/dubbo-demo/dubbo-demo-native/dubbo-demo-native-consumer/pom.xml
@@ -29,7 +29,7 @@
<properties>
<skip_maven_deploy>true</skip_maven_deploy>
- <curator5_version>5.7.0</curator5_version>
+ <curator5_version>5.7.1</curator5_version>
<zookeeper_version>3.8.4</zookeeper_version>
</properties>
diff --git a/dubbo-demo/dubbo-demo-native/dubbo-demo-native-provider/pom.xml
b/dubbo-demo/dubbo-demo-native/dubbo-demo-native-provider/pom.xml
index 23f7670bfd..c930c979f5 100644
--- a/dubbo-demo/dubbo-demo-native/dubbo-demo-native-provider/pom.xml
+++ b/dubbo-demo/dubbo-demo-native/dubbo-demo-native-provider/pom.xml
@@ -29,7 +29,7 @@
<properties>
<skip_maven_deploy>true</skip_maven_deploy>
- <curator5_version>5.7.0</curator5_version>
+ <curator5_version>5.7.1</curator5_version>
<zookeeper_version>3.8.4</zookeeper_version>
</properties>
diff --git a/dubbo-remoting/dubbo-remoting-zookeeper-curator5/pom.xml
b/dubbo-remoting/dubbo-remoting-zookeeper-curator5/pom.xml
index ce66eb2328..54de827c32 100644
--- a/dubbo-remoting/dubbo-remoting-zookeeper-curator5/pom.xml
+++ b/dubbo-remoting/dubbo-remoting-zookeeper-curator5/pom.xml
@@ -30,7 +30,7 @@
<properties>
<skip_maven_deploy>false</skip_maven_deploy>
<zookeeper_version>3.7.2</zookeeper_version>
- <curator5_version>5.7.0</curator5_version>
+ <curator5_version>5.7.1</curator5_version>
</properties>
<dependencies>
<dependency>