mirror of https://github.com/apache/druid.git
Pin Jetty version to 9.4.x (#11453)
Major version bumps in jetty are too scary for now. So let's keep up to date with the latest 9.4.x
This commit is contained in:
parent
94c1671eaf
commit
1937b5c0da
|
@ -9,3 +9,6 @@ updates:
|
|||
# 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,)"
|
||||
|
|
Loading…
Reference in New Issue