You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by hn...@apache.org on 2023/11/02 09:47:13 UTC

(myfaces-tobago) branch main updated: chore(deps): ignore Selenium 4.14.x because of Java 11

This is an automated email from the ASF dual-hosted git repository.

hnoeth 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 e866151f39 chore(deps): ignore Selenium 4.14.x because of Java 11
e866151f39 is described below

commit e866151f3953163bcc77f5cccc4dd3c18eb76a73
Author: Henning Noeth <hn...@apache.org>
AuthorDate: Thu Nov 2 10:46:17 2023 +0100

    chore(deps): ignore Selenium 4.14.x because of Java 11
---
 .github/dependabot.yml | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index a2478aeb0d..84c50dd783 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -76,13 +76,13 @@ updates:
       - dependency-name: "org.glassfish:jakarta.faces"
         versions:
           - ">= 4.0.0"
-      # MyFaces 4.0 is Jakarta EE 10    
+      # MyFaces 4.0 is Jakarta EE 10
       - dependency-name: "org.apache.myfaces.core:myfaces-api"
         versions:
           - ">= 4.0.0"
       - dependency-name: "org.apache.myfaces.core:myfaces-impl"
         versions:
-          - ">= 4.0.0"    
+          - ">= 4.0.0"
       # Jakarta Persistence 3.1 is Jakarta EE 10
       - dependency-name: "jakarta.persistence:jakarta.persistence-api"
         versions:
@@ -91,6 +91,10 @@ updates:
       - dependency-name: "jakarta.xml.bind:jakarta.xml.bind-api"
         versions:
           - ">= 4.0.0"
+      # Selenium 4.14.x requires Java 11
+      - dependency-name: "org.seleniumhq.selenium:selenium-java"
+        versions:
+          - ">= 4.14.0"
 
   - package-ecosystem: "maven"
     directory: "/"
@@ -189,6 +193,10 @@ updates:
       - dependency-name: "org.joinfaces:*"
         versions:
           - ">= 5.0.0"
+      # Selenium 4.14.x requires Java 11
+      - dependency-name: "org.seleniumhq.selenium:selenium-java"
+        versions:
+          - ">= 4.14.0"
 
   - package-ecosystem: "maven"
     directory: "/"