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

shoothzj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-java-chassis.git


The following commit(s) were added to refs/heads/master by this push:
     new 86d786db2 Bump curator.version from 5.7.0 to 5.7.1 (#4576)
86d786db2 is described below

commit 86d786db21968e4bc698b2b04d0fc0b7210cfffa
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Nov 1 17:04:45 2024 +0800

    Bump curator.version from 5.7.0 to 5.7.1 (#4576)
    
    Bumps `curator.version` from 5.7.0 to 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)
    
    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)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.curator:curator-x-discovery
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - 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
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 dependencies/default/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dependencies/default/pom.xml b/dependencies/default/pom.xml
index 0623849ca..882537e81 100644
--- a/dependencies/default/pom.xml
+++ b/dependencies/default/pom.xml
@@ -41,7 +41,7 @@
     <commons-lang3.version>3.17.0</commons-lang3.version>
     <commons-logging.version>1.3.4</commons-logging.version>
     <commons-text.version>1.11.0</commons-text.version>
-    <curator.version>5.7.0</curator.version>
+    <curator.version>5.7.1</curator.version>
     <failureaccess.version>1.0.2</failureaccess.version>
     <findbugs-jsr305.version>3.0.2</findbugs-jsr305.version>
     <governator-annotations.version>1.17.12</governator-annotations.version>

Reply via email to