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/12/16 15:16:44 UTC

[myfaces-tobago] branch main updated: selenium might be updated (is stil using 4.x)

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

lofwyr 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 9aca5c2156 selenium might be updated (is stil using 4.x)
9aca5c2156 is described below

commit 9aca5c21566646db07a792906fc591f9d8897d85
Author: Udo Schnurpfeil <lo...@apache.org>
AuthorDate: Fri Dec 16 16:16:40 2022 +0100

    selenium might be updated (is stil using 4.x)
---
 .github/dependabot.yml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index b3ade59ee0..6b95c76ca3 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -44,9 +44,6 @@ updates:
       - dependency-name: "io.quarkus:quarkus-maven-plugin"
         versions:
           - ">= 2.0.0"
-      - dependency-name: "org.seleniumhq.selenium:selenium-java"
-        versions:
-          - ">= 4.0.0"
       # jakarta.el-api 5.0.0 is Jakarta EE 10
       - dependency-name: "jakarta.el:jakarta.el-api"
         versions:
@@ -158,9 +155,6 @@ updates:
       - dependency-name: "io.quarkus:quarkus-maven-plugin"
         versions:
           - ">= 2.0.0"
-      - dependency-name: "org.seleniumhq.selenium:selenium-java"
-        versions:
-          - ">= 4.0.0"
       - dependency-name: "org.apache.tomcat.embed:*"
         versions:
           - ">= 10.0.0"