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 19:22:44 UTC

[myfaces-tobago] branch master updated: improved dependabot config

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 b78321e  improved dependabot config
b78321e is described below

commit b78321e40bec2643983c56d67ff174dee75820a1
Author: Bernd Bohmann <bo...@apache.org>
AuthorDate: Sun Feb 7 20:20:57 2021 +0100

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

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 59d3994..a22235e 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -39,6 +39,9 @@ updates:
       - dependency-name: "jakarta.inject:jakarta.inject-api"
         versions:
           - ">= 2.0.0"
+      - dependency-name: "org.hibernate.validator:hibernate-validator"
+        versions:
+          - ">= 7.0.0"
       - dependency-name: "org.apache.maven.plugins:maven-checkstyle-plugin"
         versions:
           - ">=3.1.0"