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/04/24 07:31:34 UTC

[myfaces-tobago] branch main updated: build(deps-dev): bump selenium-java from 4.8.3 to 4.9.0

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 e9f03bfe43 build(deps-dev): bump selenium-java from 4.8.3 to 4.9.0
e9f03bfe43 is described below

commit e9f03bfe43a60fcc229412a7d3ef7aecf5bc8641
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Apr 21 16:58:30 2023 +0000

    build(deps-dev): bump selenium-java from 4.8.3 to 4.9.0
    
    Bumps [selenium-java](https://github.com/SeleniumHQ/selenium) from 4.8.3 to 4.9.0.
    - [Release notes](https://github.com/SeleniumHQ/selenium/releases)
    - [Commits](https://github.com/SeleniumHQ/selenium/commits/selenium-4.9.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>
---
 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 a37802a565..8f04187150 100644
--- a/tobago-example/tobago-example-demo/pom.xml
+++ b/tobago-example/tobago-example-demo/pom.xml
@@ -155,7 +155,7 @@
       <dependency>
         <groupId>org.seleniumhq.selenium</groupId>
         <artifactId>selenium-java</artifactId>
-        <version>4.8.3</version>
+        <version>4.9.0</version>
       </dependency>
       <dependency>
         <groupId>com.google.guava</groupId>