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/11 14:20:18 UTC

[myfaces-tobago] branch master updated: ci(dependabot): hibernate-validator

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 26f7d64  ci(dependabot): hibernate-validator
26f7d64 is described below

commit 26f7d643548c4086cbdfc4e333f3ceb553355eab
Author: Bernd Bohmann <bo...@apache.org>
AuthorDate: Thu Feb 11 15:17:45 2021 +0100

    ci(dependabot): hibernate-validator
---
 .github/dependabot.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 12fdc80..d5fb580 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -117,6 +117,9 @@ updates:
       - dependency-name: "org.jboss.weld.servlet:weld-servlet-shaded"
         versions:
           - ">= 4.0.0"
+      - dependency-name: "org.hibernate:hibernate-validator"
+        versions:
+          - ">= 7.0.0"
       - dependency-name: "org.hibernate.validator:hibernate-validator"
         versions:
           - ">= 7.0.0"