Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dolphinscheduler-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1048,7 +1048,7 @@
<activeByDefault>true</activeByDefault>
</activation>
<properties>
<zookeeper.version>3.8.0</zookeeper.version>
<zookeeper.version>3.8.3</zookeeper.version>
<curator.version>5.5.0</curator.version>
</properties>
</profile>
Expand Down
2 changes: 1 addition & 1 deletion dolphinscheduler-dist/release-docs/LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ The text of each license is also included at licenses/LICENSE-[project].txt.
token-provider 1.0.1: https://mvnrepository.com/artifact/org.apache.kerby/token-provider/1.0.1, Apache 2.0
tomcat-embed-el 9.0.74: https://mvnrepository.com/artifact/org.apache.tomcat.embed/tomcat-embed-el/9.0.74, Apache 2.0
woodstox-core 5.3.0: https://mvnrepository.com/artifact/com.fasterxml.woodstox/woodstox-core/5.3.0, Apache 2.0
zookeeper 3.8.0: https://mvnrepository.com/artifact/org.apache.zookeeper/zookeeper/3.8.0, Apache 2.0
zookeeper 3.8.3: https://mvnrepository.com/artifact/org.apache.zookeeper/zookeeper/3.8.3, Apache 2.0
prometheus client_java(simpleclient) 0.15.0: https://github.com/prometheus/client_java, Apache 2.0
snowflake snowflake-2010: https://github.com/twitter-archive/snowflake/tree/snowflake-2010, Apache 2.0
kubernetes-client 6.0.0: https://mvnrepository.com/artifact/io.fabric8/kubernetes-client/6.0.0, Apache 2.0
Expand Down
5 changes: 2 additions & 3 deletions tools/dependencies/known-dependencies.txt
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,6 @@ netty-common-4.1.53.Final.jar
netty-handler-4.1.53.Final.jar
netty-nio-client-2.17.282.jar
netty-resolver-4.1.53.Final.jar
netty-tcnative-2.0.48.Final.jar
netty-tcnative-classes-2.0.59.Final.jar
netty-transport-4.1.53.Final.jar
netty-transport-classes-epoll-4.1.91.Final.jar
Expand Down Expand Up @@ -305,8 +304,8 @@ protobuf-java-3.17.2.jar
protobuf-java-util-3.17.2.jar
webjars-locator-core-0.50.jar
zjsonpatch-0.3.0.jar
zookeeper-3.8.0.jar
zookeeper-jute-3.8.0.jar
zookeeper-3.8.3.jar
zookeeper-jute-3.8.3.jar
aliyun-java-sdk-core-4.5.10.jar
aliyun-java-sdk-kms-2.11.0.jar
aliyun-java-sdk-ram-3.1.0.jar
Expand Down
Loading