This is an automated email from the ASF dual-hosted git repository.

earthchen 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 a71d51a49b Bump curator_version from 4.2.0 to 5.9.0 (#15909)
a71d51a49b is described below

commit a71d51a49b54e663e193b395773dde191a296a50
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Dec 23 17:15:52 2025 +0800

    Bump curator_version from 4.2.0 to 5.9.0 (#15909)
    
    Bumps `curator_version` from 4.2.0 to 5.9.0.
    
    Updates `org.apache.curator:curator-framework` from 4.2.0 to 5.9.0
    - [Release notes](https://github.com/apache/curator/releases)
    - 
[Commits](https://github.com/apache/curator/compare/apache-curator-4.2.0...apache-curator-5.9.0)
    
    Updates `org.apache.curator:curator-recipes` from 5.8.0 to 5.9.0
    - [Release notes](https://github.com/apache/curator/releases)
    - 
[Commits](https://github.com/apache/curator/compare/apache-curator-5.8.0...apache-curator-5.9.0)
    
    Updates `org.apache.curator:curator-x-discovery` from 5.8.0 to 5.9.0
    - [Release notes](https://github.com/apache/curator/releases)
    - 
[Commits](https://github.com/apache/curator/compare/apache-curator-5.8.0...apache-curator-5.9.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.curator:curator-framework
      dependency-version: 5.9.0
      dependency-type: direct:production
      update-type: version-update:semver-major
    - dependency-name: org.apache.curator:curator-recipes
      dependency-version: 5.9.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.apache.curator:curator-x-discovery
      dependency-version: 5.9.0
      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 a087c17ff5..f00770c1d2 100644
--- a/dubbo-dependencies-bom/pom.xml
+++ b/dubbo-dependencies-bom/pom.xml
@@ -101,7 +101,7 @@
     <fastjson_version>1.2.83_noneautotype</fastjson_version>
     <fastjson2_version>2.0.60</fastjson2_version>
     <zookeeper_version>3.7.2</zookeeper_version>
-    <curator_version>5.8.0</curator_version>
+    <curator_version>5.9.0</curator_version>
     <curator_test_version>2.12.0</curator_test_version>
     <hessian_version>4.0.66</hessian_version>
     <protobuf-java_version>3.25.8</protobuf-java_version>

Reply via email to