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/07 18:45:27 UTC

[myfaces-tobago] branch master updated: inject-api should be stay on 1.0.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 f99ccce  inject-api should be stay on 1.0.x
f99ccce is described below

commit f99ccce8fdf3bd324dffef600b1ba8ada0b46f46
Author: Bernd Bohmann <bo...@apache.org>
AuthorDate: Sun Feb 7 19:43:58 2021 +0100

    inject-api should be stay on 1.0.x
---
 .github/dependabot.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index e4e1007..7c71070 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -36,6 +36,9 @@ updates:
       - dependency-name: "jakarta.faces"
         versions:
           - ">= 3.0.0"
+      - dependency-name: "jakarta.inject-api"
+        versions:
+          - ">= 2.0.0"
   - package-ecosystem: "github-actions"
     directory: "/"
     schedule: