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 07:39:00 UTC

[myfaces-tobago] branch master updated: javadoc - ignore 3

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 e806606  javadoc - ignore 3
e806606 is described below

commit e8066062b5a8afa50d8253b7a2e18b6ce7d95b0a
Author: Udo Schnurpfeil <ud...@irian.eu>
AuthorDate: Wed Feb 16 08:36:01 2022 +0100

    javadoc - ignore 3
---
 .github/dependabot.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 7a37d6c..49e5ee1 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -228,6 +228,9 @@ updates:
       - dependency-name: "org.apache.openjpa:openjpa-persistence-jdbc"
         versions:
           - ">= 2.0.0"
+      - dependency-name: "org.apache.maven.plugins:maven-javadoc-plugin"
+        versions:
+          - ">= 3.0.0"
 
   - package-ecosystem: "github-actions"
     directory: "/"