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:37:32 UTC

[myfaces-tobago] 01/02: ci(dependabot): correct myfaces20 version

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

commit 35dcdda8369e1097885852289001e78db60215c4
Author: Bernd Bohmann <bo...@apache.org>
AuthorDate: Thu Feb 11 14:27:22 2021 +0100

    ci(dependabot): correct myfaces20 version
---
 .github/dependabot.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index a94cf8d..01894c6 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -103,10 +103,10 @@ updates:
           - ">= 10.0.0"
       - dependency-name: "org.apache.myfaces.core:myfaces-api"
         versions:
-          - ">= 3.0.0"
+          - ">= 2.1.0"
       - dependency-name: "org.apache.myfaces.core:myfaces-impl"
         versions:
-          - ">= 3.0.0"
+          - ">= 2.1.0"
       - dependency-name: "org.glassfish:jakarta.faces"
         versions:
           - ">= 3.0.0"