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:31 UTC

[myfaces-tobago] branch tobago-5.x 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 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 c9d72e69a9 build(deps-dev): bump selenium-java from 4.8.3 to 4.9.0
c9d72e69a9 is described below

commit c9d72e69a9193aaefd6eebf5528f4717a9517d1c
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Apr 21 16:59:53 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 cbb3752011..717696c0b8 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.8.3</version>
+        <version>4.9.0</version>
       </dependency>
       <dependency>
         <groupId>com.google.guava</groupId>