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 2023/01/24 17:02:32 UTC

[myfaces-tobago] branch tobago-5.x updated: build(deps-dev): bump selenium-java from 4.7.2 to 4.8.0 (#3695)

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

lofwyr pushed a commit to branch tobago-5.x
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


The following commit(s) were added to refs/heads/tobago-5.x by this push:
     new 8392218344 build(deps-dev): bump selenium-java from 4.7.2 to 4.8.0 (#3695)
8392218344 is described below

commit 83922183444b551996f40852471d2709c14df6cf
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Jan 24 18:02:25 2023 +0100

    build(deps-dev): bump selenium-java from 4.7.2 to 4.8.0 (#3695)
    
    Bumps [selenium-java](https://github.com/SeleniumHQ/selenium) from 4.7.2 to 4.8.0.
    - [Release notes](https://github.com/SeleniumHQ/selenium/releases)
    - [Commits](https://github.com/SeleniumHQ/selenium/commits/selenium-4.8.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.seleniumhq.selenium:selenium-java
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 tobago-example/tobago-example-demo/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tobago-example/tobago-example-demo/pom.xml b/tobago-example/tobago-example-demo/pom.xml
index 624a320cf5..ea869b2f20 100644
--- a/tobago-example/tobago-example-demo/pom.xml
+++ b/tobago-example/tobago-example-demo/pom.xml
@@ -173,7 +173,7 @@
       <dependency>
         <groupId>org.seleniumhq.selenium</groupId>
         <artifactId>selenium-java</artifactId>
-        <version>4.7.2</version>
+        <version>4.8.0</version>
       </dependency>
       <dependency>
         <groupId>com.google.guava</groupId>