Skip to content

Commit

Permalink
Upgrade curator to 5.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lhotari committed Nov 11, 2024
1 parent 9a7ab15 commit 54a387b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions distribution/server/src/assemble/LICENSE.bin.txt
Original file line number Diff line number Diff line change
Expand Up @@ -464,9 +464,9 @@ The Apache Software License, Version 2.0
- org.apache.avro-avro-1.11.4.jar
- org.apache.avro-avro-protobuf-1.11.4.jar
* Apache Curator
- org.apache.curator-curator-client-5.1.0.jar
- org.apache.curator-curator-framework-5.1.0.jar
- org.apache.curator-curator-recipes-5.1.0.jar
- org.apache.curator-curator-client-5.7.1.jar
- org.apache.curator-curator-framework-5.7.1.jar
- org.apache.curator-curator-recipes-5.7.1.jar
* Apache Yetus
- org.apache.yetus-audience-annotations-0.12.0.jar
* Kubernetes Client
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ flexible messaging model and an intuitive client API.</description>
<commons-text.version>1.10.0</commons-text.version>
<snappy.version>1.1.10.5</snappy.version> <!-- ZooKeeper server -->
<dropwizardmetrics.version>4.1.12.1</dropwizardmetrics.version> <!-- ZooKeeper server -->
<curator.version>5.1.0</curator.version>
<curator.version>5.7.1</curator.version>
<netty.version>4.1.113.Final</netty.version>
<netty-iouring.version>0.0.24.Final</netty-iouring.version>
<jetty.version>9.4.56.v20240826</jetty.version>
Expand Down

0 comments on commit 54a387b

Please sign in to comment.