mirror of https://github.com/apache/druid.git
pin ZooKeeper dependencies to 3.5.x (#11354)
This commit is contained in:
parent
8de0d36c52
commit
db5ee83ca6
|
@ -6,3 +6,6 @@ updates:
|
|||
interval: "daily"
|
||||
ignore:
|
||||
- dependency-name: "com.google.guava:guava"
|
||||
# pin ZooKeeper dependencies to 3.5.x
|
||||
- dependency-name: "org.apache.zookeeper"
|
||||
versions: "[3.6,)"
|
||||
|
|
Loading…
Reference in New Issue