mirror of https://github.com/apache/druid.git
unpin guava related dependabot dependencies (#15494)
Several dependabot ignore directives are no longer relevant. Unpin them to ensure we get again get timely updates via dependabot. * support for Hadoop 2 was dropped as part of #14763 * Guava was upgraded to 31 as part of #14767 * Calcite was upgraded to 1.35 as part of #14510
This commit is contained in:
parent
0b41b05aa0
commit
ae6893edc3
|
@ -6,19 +6,9 @@ updates:
|
|||
interval: "daily"
|
||||
open-pull-requests-limit: 20
|
||||
ignore:
|
||||
- dependency-name: "com.google.guava:guava"
|
||||
# pin ZooKeeper dependencies to 3.5.x
|
||||
- dependency-name: "org.apache.zookeeper"
|
||||
versions: "[3.6,)"
|
||||
# pin Jetty dependencies to 9.4.x
|
||||
- dependency-name: "org.eclipse.jetty"
|
||||
versions: "[9.5,)"
|
||||
- dependency-name: "org.apache.hadoop"
|
||||
# We can't upgrade calcite without shading their guava dependencies.
|
||||
# We can't upgrade our own guava because we have to support Hadoop 2.
|
||||
# Even then this will involve significant effort.
|
||||
# See https://github.com/apache/druid/pull/12258
|
||||
- dependency-name: "org.apache.calcite"
|
||||
# jclouds 2.1 needs Guava 18+
|
||||
- dependency-name: "org.apache.jclouds"
|
||||
versions: "[2.1,)"
|
||||
|
|
Loading…
Reference in New Issue