You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by ve...@apache.org on 2020/12/21 19:31:21 UTC

[ws-axiom] branch master updated: Don't upgrade to Jetty 10

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

veithen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-axiom.git


The following commit(s) were added to refs/heads/master by this push:
     new 038799b  Don't upgrade to Jetty 10
038799b is described below

commit 038799bf8f494da77a7d3f24e52cf17d34db9061
Author: Andreas Veithen <ve...@apache.org>
AuthorDate: Mon Dec 21 19:30:55 2020 +0000

    Don't upgrade to Jetty 10
---
 .github/dependabot.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index ddcfd3c..4601588 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -18,3 +18,6 @@ updates:
     directory: "/"
     schedule:
       interval: "daily"
+    ignore:
+      - dependency-name: "org.eclipse.jetty:jetty-webapp"
+        versions: ">= 10.0"