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/15 07:26:03 UTC

[myfaces-tobago] branch master updated: use openwebbeans 1.x, not 2.x

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 af82525  use openwebbeans 1.x, not 2.x
af82525 is described below

commit af82525882bc54d808a6255e32fe03d2c3c49dbd
Author: Udo Schnurpfeil <ud...@irian.eu>
AuthorDate: Tue Feb 15 08:25:04 2022 +0100

    use openwebbeans 1.x, not 2.x
---
 .github/dependabot.yml | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 4d73ac1..84f77d8 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -207,6 +207,21 @@ updates:
       - dependency-name: "com.sun.faces:jsf-impl"
         versions:
           - ">= 2.1.0"
+      - dependency-name: "org.apache.openwebbeans:openwebbeans-jsf"
+        versions:
+          - ">= 2.0.0"
+      - dependency-name: "org.apache.openwebbeans:openwebbeans-web"
+        versions:
+          - ">= 2.0.0"
+      - dependency-name: "org.apache.openwebbeans:openwebbeans-resources"
+        versions:
+          - ">= 2.0.0"
+      - dependency-name: "org.apache.openwebbeans:openwebbeans-impl"
+        versions:
+          - ">= 2.0.0"
+      - dependency-name: "org.apache.openwebbeans:openwebbeans-spi"
+        versions:
+          - ">= 2.0.0"
       - dependency-name: "org.apache.maven.plugins:maven-antrun-plugin"
         versions:
           - ">= 3.0.0"