This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/storm.git
The following commit(s) were added to refs/heads/master by this push:
new a523bf7da STORM-4028 - Curator 5.6.0
a523bf7da is described below
commit a523bf7da9e59edcddb61add812c98ccbbe5c610
Author: Richard Zowalla <[email protected]>
AuthorDate: Fri Jan 26 09:35:55 2024 +0100
STORM-4028 - Curator 5.6.0
---
DEPENDENCY-LICENSES | 6 +++---
LICENSE-binary | 6 +++---
pom.xml | 2 +-
3 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/DEPENDENCY-LICENSES b/DEPENDENCY-LICENSES
index 694d7cbc0..791098959 100644
--- a/DEPENDENCY-LICENSES
+++ b/DEPENDENCY-LICENSES
@@ -183,9 +183,9 @@ List of third-party dependencies grouped by their license
type.
* Commons Math (org.apache.commons:commons-math3:3.1.1 -
http://commons.apache.org/math/)
* Commons Pool (commons-pool:commons-pool:1.5.4 -
http://commons.apache.org/pool/)
* compiler (com.github.spullara.mustache.java:compiler:0.9.6 -
http://github.com/spullara/mustache.java)
- * Curator Client (org.apache.curator:curator-client:5.5.0 -
https://curator.apache.org/curator-client)
- * Curator Framework (org.apache.curator:curator-framework:5.5.0 -
https://curator.apache.org/curator-framework)
- * Curator Recipes (org.apache.curator:curator-recipes:5.5.0 -
https://curator.apache.org/curator-recipes)
+ * Curator Client (org.apache.curator:curator-client:5.6.0 -
https://curator.apache.org/curator-client)
+ * Curator Framework (org.apache.curator:curator-framework:5.6.0 -
https://curator.apache.org/curator-framework)
+ * Curator Recipes (org.apache.curator:curator-recipes:5.6.0 -
https://curator.apache.org/curator-recipes)
* DataNucleus Core (org.datanucleus:datanucleus-core:4.1.17 -
http://www.datanucleus.org/#/datanucleus-core)
* DataNucleus JDO API plugin
(org.datanucleus:datanucleus-api-jdo:4.2.4 -
http://www.datanucleus.org/#/datanucleus-api-jdo)
* DataNucleus RDBMS plugin (org.datanucleus:datanucleus-rdbms:4.1.19 -
http://www.datanucleus.org/#/datanucleus-rdbms)
diff --git a/LICENSE-binary b/LICENSE-binary
index f830eb31e..d9eef1d23 100644
--- a/LICENSE-binary
+++ b/LICENSE-binary
@@ -780,9 +780,9 @@ The license texts of these dependencies can be found in the
licenses directory.
* Commons Lang (commons-lang:commons-lang:2.6 -
http://commons.apache.org/lang/)
* Commons Logging (commons-logging:commons-logging:1.1.3 -
http://commons.apache.org/proper/commons-logging/)
* Commons Pool (commons-pool:commons-pool:1.5.4 -
http://commons.apache.org/pool/)
- * Curator Client (org.apache.curator:curator-client:5.5.0 -
https://curator.apache.org/curator-client)
- * Curator Framework (org.apache.curator:curator-framework:5.5.0 -
https://curator.apache.org/curator-framework)
- * Curator Recipes (org.apache.curator:curator-recipes:5.5.0 -
https://curator.apache.org/curator-recipes)
+ * Curator Client (org.apache.curator:curator-client:5.6.0 -
https://curator.apache.org/curator-client)
+ * Curator Framework (org.apache.curator:curator-framework:5.6.0 -
https://curator.apache.org/curator-framework)
+ * Curator Recipes (org.apache.curator:curator-recipes:5.6.0 -
https://curator.apache.org/curator-recipes)
* DataNucleus Core (org.datanucleus:datanucleus-core:4.1.17 -
http://www.datanucleus.org/#/datanucleus-core)
* DataNucleus JDO API plugin
(org.datanucleus:datanucleus-api-jdo:4.2.4 -
http://www.datanucleus.org/#/datanucleus-api-jdo)
* DataNucleus RDBMS plugin (org.datanucleus:datanucleus-rdbms:4.1.19 -
http://www.datanucleus.org/#/datanucleus-rdbms)
diff --git a/pom.xml b/pom.xml
index e5620064b..ba21c0277 100644
--- a/pom.xml
+++ b/pom.xml
@@ -93,7 +93,7 @@
<commons-codec.version>1.11</commons-codec.version>
<commons-text.version>1.11.0</commons-text.version>
<commons-cli.version>1.4</commons-cli.version>
- <curator.version>5.5.0</curator.version>
+ <curator.version>5.6.0</curator.version>
<jetty.version>9.4.53.v20231009</jetty.version>
<clojure.tools.logging.version>0.2.3</clojure.tools.logging.version>
<carbonite.version>1.6.0</carbonite.version>