Skip to content

Commit

Permalink
unpin guava related dependabot dependencies
Browse files Browse the repository at this point in the history
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 apache#14763
* Guava was upgraded to 31 as part of apache#14767
* Calcite was upgraded to 1.35 as part of apache#14510
  • Loading branch information
xvrl committed Dec 5, 2023
1 parent f4856bc commit c2273ef
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,10 @@ 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,)"

0 comments on commit c2273ef

Please sign in to comment.