You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by su...@apache.org on 2021/07/16 00:08:25 UTC

[druid] 01/01: Pin Jetty version to 9.4.x

This is an automated email from the ASF dual-hosted git repository.

suneet pushed a commit to branch suneet-s-patch-1
in repository https://gitbox.apache.org/repos/asf/druid.git

commit 0b96e3851d1c9270a826b7181666f0244c68e6ae
Author: Suneet Saldanha <su...@apache.org>
AuthorDate: Thu Jul 15 17:08:08 2021 -0700

    Pin Jetty version to 9.4.x
    
    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 9a4fbf3..dbdd01f 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -9,5 +9,8 @@ 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,)"
       # Keep commons-io at 2.6 until https://issues.apache.org/jira/browse/IO-741 is resolved
       - dependency-name: "commons-io:commons-io"

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org