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/10/07 08:14:22 UTC

[myfaces-tobago] branch main updated: Update dependabot.yml

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 9fe45b647c Update dependabot.yml
9fe45b647c is described below

commit 9fe45b647c4f93d08e15ad243661a6e344e78589
Author: Udo Schnurpfeil <gi...@schnurpfeil.de>
AuthorDate: Fri Oct 7 10:14:17 2022 +0200

    Update dependabot.yml
---
 .github/dependabot.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 9049f1452c..5b8d86f688 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -79,6 +79,10 @@ updates:
       - dependency-name: "org.glassfish:jakarta.faces"
         versions:
           - ">= 4.0.0"
+      # Jakarta Persistence 3.1 is Jakarta EE 10
+      - dependency-name: "jakarta.persistence:jakarta.persistence-api"
+        versions:
+          - ">= 3.1.0"
 
   - package-ecosystem: "maven"
     directory: "/"