fix:dubbo新版本中dubbo-dependencies-zookeeper-curator5使用高版本JDK,例如JDK17,启动报错,升级版本兼容 (#11967)

This commit is contained in:
fenglky 2023-03-30 09:33:23 +08:00 committed by GitHub
parent 0d430985a3
commit 245f83bfa6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@
<revision>3.2.0-beta.7-SNAPSHOT</revision>
<maven_flatten_version>1.1.0</maven_flatten_version>
<curator5_version>5.1.0</curator5_version>
<zookeeper_version>3.7.0</zookeeper_version>
<zookeeper_version>3.8.1</zookeeper_version>
</properties>
<dependencyManagement>