You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by sm...@apache.org on 2022/04/08 21:48:08 UTC

[directory-fortress-commander] branch wicket9 updated: to latest selenium webdriver

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

smckinney pushed a commit to branch wicket9
in repository https://gitbox.apache.org/repos/asf/directory-fortress-commander.git


The following commit(s) were added to refs/heads/wicket9 by this push:
     new 42fc628  to latest selenium webdriver
42fc628 is described below

commit 42fc628404e909c456c68959e058a89f8c9753b5
Author: Shawn McKinney <sm...@symas.com>
AuthorDate: Fri Apr 8 16:48:02 2022 -0500

    to latest selenium webdriver
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 3f43a11..c0f705b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -180,7 +180,7 @@
     <dependency>
       <groupId>io.github.bonigarcia</groupId>
       <artifactId>webdrivermanager</artifactId>
-      <version>5.1.0</version>
+      <version>5.1.1</version>
       <scope>test</scope>
     </dependency>