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:
Suneet Saldanha 2021-07-20 14:50:39 -07:00 committed by GitHub
parent 94c1671eaf
commit 1937b5c0da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -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,)"