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 15:49:40 UTC

[myfaces-tobago] branch master updated: ci(dependabot): update javax.faces and hiberate-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 a2cdfa5  ci(dependabot): update javax.faces and hiberate-validator
a2cdfa5 is described below

commit a2cdfa59015fe434bf5cb96fd283bff7a602c389
Author: Bernd Bohmann <bo...@apache.org>
AuthorDate: Thu Feb 11 16:47:53 2021 +0100

    ci(dependabot): update javax.faces and hiberate-validator
---
 .github/dependabot.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 0dcdf08..27ffa77 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -93,7 +93,7 @@ updates:
       - dependency-name: "org.apache.myfaces.core:myfaces-impl"
         versions:
           - ">= 2.1.0"
-      - dependency-name: "org.glassfish:jakarta.faces"
+      - dependency-name: "org.glassfish:javax.faces"
         versions:
           - ">= 2.4.0"
       - dependency-name: "jakarta.inject:jakarta.inject-api"
@@ -119,7 +119,7 @@ updates:
           - ">= 4.0.0"
       - dependency-name: "org.hibernate:hibernate-validator"
         versions:
-          - ">= 7.0.0"
+          - ">= 5.0.0"
       - dependency-name: "org.hibernate.validator:hibernate-validator"
         versions:
           - ">= 7.0.0"