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/12/14 11:35:23 UTC

[myfaces-tobago] branch main updated: build: ignore jakarta namespace for Tobago 5

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

lofwyr pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


The following commit(s) were added to refs/heads/main by this push:
     new e084bf6028 build: ignore jakarta namespace for Tobago 5
e084bf6028 is described below

commit e084bf6028ed22667ba69e021e09b07fbf5f07ba
Author: Udo Schnurpfeil <lo...@apache.org>
AuthorDate: Wed Dec 14 12:35:18 2022 +0100

    build: ignore jakarta namespace for Tobago 5
---
 .github/dependabot.yml | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index fda022d38b..b3ade59ee0 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -172,6 +172,18 @@ updates:
       - dependency-name: "ch.qos.logback:*"
         versions:
           - ">= 1.3.0"
+      # needs jakarta namespace
+      - dependency-name: "org.springframework.boot:*"
+        versions:
+          - ">= 3.0.0"
+      # needs jakarta namespace
+      - dependency-name: "org.springframework:*"
+        versions:
+          - ">= 6.0.0"
+      # needs jakarta namespace
+      - dependency-name: "org.joinfaces:*"
+        versions:
+          - ">= 5.0.0"
 
   - package-ecosystem: "maven"
     directory: "/"