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/16 09:33:44 UTC

[myfaces-tobago] branch master updated: chore: jsp - ignore 2.2 in Tobago 2

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 1138fc3  chore: jsp - ignore 2.2 in Tobago 2
1138fc3 is described below

commit 1138fc3e3132e5e525efbdeb6baaa2004f5c722b
Author: Udo Schnurpfeil <ud...@irian.eu>
AuthorDate: Wed Feb 16 10:33:05 2022 +0100

    chore: jsp - ignore 2.2 in Tobago 2
---
 .github/dependabot.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 6b6f362..9167e1b 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -240,6 +240,9 @@ updates:
       - dependency-name: "org.springframework:spring-web"
         versions:
           - ">= 5.0.0"
+      - dependency-name: "javax.servlet.jsp:jsp-api"
+        versions:
+          - ">= 2.2"
 
   - package-ecosystem: "github-actions"
     directory: "/"