This is an automated email from the ASF dual-hosted git repository.
suneet pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git
The following commit(s) were added to refs/heads/master by this push:
new 1937b5c Pin Jetty version to 9.4.x (#11453)
1937b5c is described below
commit 1937b5c0da5a933ebf150e62963f419781aecfde
Author: Suneet Saldanha <[email protected]>
AuthorDate: Tue Jul 20 14:50:39 2021 -0700
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
---
.github/dependabot.yml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 717d6a0..7640594 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -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,)"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]