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 06:54:36 UTC

[myfaces-tobago] branch master updated: use openwebbeans 1.2.x, not 1.5.x or higher

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 749eb49  use openwebbeans 1.2.x, not 1.5.x or higher
749eb49 is described below

commit 749eb49ea59265849f6d41fae28ec568dfb01281
Author: Udo Schnurpfeil <ud...@irian.eu>
AuthorDate: Wed Feb 16 07:51:37 2022 +0100

    use openwebbeans 1.2.x, not 1.5.x or higher
---
 .github/dependabot.yml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 84f77d8..de08f0d 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -209,19 +209,19 @@ updates:
           - ">= 2.1.0"
       - dependency-name: "org.apache.openwebbeans:openwebbeans-jsf"
         versions:
-          - ">= 2.0.0"
+          - ">= 1.5.0"
       - dependency-name: "org.apache.openwebbeans:openwebbeans-web"
         versions:
-          - ">= 2.0.0"
+          - ">= 1.5.0"
       - dependency-name: "org.apache.openwebbeans:openwebbeans-resources"
         versions:
-          - ">= 2.0.0"
+          - ">= 1.5.0"
       - dependency-name: "org.apache.openwebbeans:openwebbeans-impl"
         versions:
-          - ">= 2.0.0"
+          - ">= 1.5.0"
       - dependency-name: "org.apache.openwebbeans:openwebbeans-spi"
         versions:
-          - ">= 2.0.0"
+          - ">= 1.5.0"
       - dependency-name: "org.apache.maven.plugins:maven-antrun-plugin"
         versions:
           - ">= 3.0.0"