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/axis-axis2-java-core.git


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

commit dbf2cca186b49f8460ef4f7d3d433f36c849eef7
Author: Andreas Veithen <andreas.veit...@gmail.com>
AuthorDate: Thu Dec 24 22:49:08 2020 +0000

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

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index bc142a1..86b2547 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -21,6 +21,8 @@ updates:
     ignore:
       - dependency-name: "javax.xml.bind:jaxb-api"
         versions: ">= 3.0"
+      - dependency-name: "org.eclipse.jetty:*"
+        versions: ">= 10.0"
       - dependency-name: "org.glassfish.jaxb:jaxb-xjc"
         versions: ">= 3.0"
       - dependency-name: "org.glassfish.jaxb:jaxb-runtime"

Reply via email to