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

xvrl pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git


The following commit(s) were added to refs/heads/master by this push:
     new e55fe67535 Bump apache.curator.version from 5.4.0 to 5.5.0 (#14843)
e55fe67535 is described below

commit e55fe67535fb54bbc167113d8d3044bba4216c48
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Aug 16 07:36:58 2023 -0700

    Bump apache.curator.version from 5.4.0 to 5.5.0 (#14843)
    
    * Bump apache.curator.version from 5.4.0 to 5.5.0
    
    Bumps `apache.curator.version` from 5.4.0 to 5.5.0.
    
    Updates `org.apache.curator:curator-client` from 5.4.0 to 5.5.0
    - 
[Commits](https://github.com/apache/curator/compare/apache-curator-5.4.0...apache-curator-5.5.0)
    
    Updates `org.apache.curator:curator-framework` from 5.4.0 to 5.5.0
    - 
[Commits](https://github.com/apache/curator/compare/apache-curator-5.4.0...apache-curator-5.5.0)
    
    Updates `org.apache.curator:curator-recipes` from 5.4.0 to 5.5.0
    - 
[Commits](https://github.com/apache/curator/compare/apache-curator-5.4.0...apache-curator-5.5.0)
    
    Updates `org.apache.curator:curator-x-discovery` from 5.4.0 to 5.5.0
    - 
[Commits](https://github.com/apache/curator/compare/apache-curator-5.4.0...apache-curator-5.5.0)
    
    Updates `org.apache.curator:curator-test` from 5.4.0 to 5.5.0
    - 
[Commits](https://github.com/apache/curator/compare/apache-curator-5.4.0...apache-curator-5.5.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-x-discovery
      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]>
    
    * update licenses.yaml
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Xavier Léauté <[email protected]>
---
 integration-tests-ex/cases/pom.xml | 2 +-
 licenses.yaml                      | 2 +-
 pom.xml                            | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/integration-tests-ex/cases/pom.xml 
b/integration-tests-ex/cases/pom.xml
index 013216a153..53aeaffe22 100644
--- a/integration-tests-ex/cases/pom.xml
+++ b/integration-tests-ex/cases/pom.xml
@@ -314,7 +314,7 @@
         <dependency>
             <groupId>org.apache.curator</groupId>
             <artifactId>curator-client</artifactId>
-            <version>5.4.0</version>
+            <version>5.5.0</version>
         </dependency>
 
     </dependencies>
diff --git a/licenses.yaml b/licenses.yaml
index 8acaf0d37b..e77a4b632d 100644
--- a/licenses.yaml
+++ b/licenses.yaml
@@ -1701,7 +1701,7 @@ name: Apache Curator
 license_category: binary
 module: java-core
 license_name: Apache License version 2.0
-version: 5.4.0
+version: 5.5.0
 libraries:
   - org.apache.curator: curator-client
   - org.apache.curator: curator-framework
diff --git a/pom.xml b/pom.xml
index d274bd5b2a..f22869c498 100644
--- a/pom.xml
+++ b/pom.xml
@@ -75,7 +75,7 @@
         <java.version>8</java.version>
         <project.build.resourceEncoding>UTF-8</project.build.resourceEncoding>
         <aether.version>0.9.0.M2</aether.version>
-        <apache.curator.version>5.4.0</apache.curator.version>
+        <apache.curator.version>5.5.0</apache.curator.version>
         <apache.kafka.version>3.5.1</apache.kafka.version>
         <apache.ranger.version>2.0.0</apache.ranger.version>
         <apache.ranger.gson.version>2.2.4</apache.ranger.gson.version>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to