You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2021/02/11 13:08:00 UTC

[myfaces-tobago] branch master updated: ci(dependabot): specify tomcat version for tobago-4.x

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

bommel 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 1ab4012  ci(dependabot): specify tomcat version for tobago-4.x
1ab4012 is described below

commit 1ab4012e0467d4668fdb97ff96c29d6e25b30577
Author: Bernd Bohmann <bo...@apache.org>
AuthorDate: Thu Feb 11 14:02:40 2021 +0100

    ci(dependabot): specify tomcat version for tobago-4.x
---
 .github/dependabot.yml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 4d37109..a94cf8d 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -137,6 +137,12 @@ updates:
       - dependency-name: "org.antlr:stringtemplate"
         versions:
           - ">= 4.0.0"
+      - dependency-name: "org.apache.tomcat:tomcat-el-api"
+        versions:
+          - ">= 10.0.0"
+      - dependency-name: "org.apache.tomcat:tomcat-jasper-el"
+        versions:
+          - ">= 10.0.0"
       - dependency-name: "org.apache.maven.plugins:maven-checkstyle-plugin"
         versions:
           - ">=3.1.0"