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/06/08 11:49:22 UTC

[myfaces-tobago] branch tobago-5.x updated: build(deps-dev): bump selenium-java from 4.9.1 to 4.10.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 12916a6943 build(deps-dev): bump selenium-java from 4.9.1 to 4.10.0
12916a6943 is described below

commit 12916a694379f9e96adbf0100f9babf2d1e801b6
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Jun 7 17:00:08 2023 +0000

    build(deps-dev): bump selenium-java from 4.9.1 to 4.10.0
    
    Bumps [selenium-java](https://github.com/SeleniumHQ/selenium) from 4.9.1 to 4.10.0.
    - [Release notes](https://github.com/SeleniumHQ/selenium/releases)
    - [Commits](https://github.com/SeleniumHQ/selenium/compare/selenium-4.9.1...selenium-4.10.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 673e720460..4932e14f56 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.9.1</version>
+        <version>4.10.0</version>
       </dependency>
       <dependency>
         <groupId>com.google.guava</groupId>