You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2022/02/23 09:26:03 UTC

[myfaces-tobago] branch master updated: chore: ignore jetty 10

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

lofwyr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


The following commit(s) were added to refs/heads/master by this push:
     new 2bfbfa5  chore: ignore jetty 10
2bfbfa5 is described below

commit 2bfbfa5f804a29ef366df7bed2f637d66ddc95e7
Author: Udo Schnurpfeil <ud...@irian.eu>
AuthorDate: Wed Feb 23 10:24:49 2022 +0100

    chore: ignore jetty 10
---
 .github/dependabot.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 615b7da..c953fee 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -249,6 +249,9 @@ updates:
       - dependency-name: "org.antlr:stringtemplate"
         versions:
           - ">= 3.1"
+      - dependency-name: "org.eclipse.jetty:jetty-maven-plugin"
+        versions:
+          - ">= 10.0.0"
 
   - package-ecosystem: "github-actions"
     directory: "/"