This is an automated email from the ASF dual-hosted git repository.
clebertsuconic pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git
The following commit(s) were added to refs/heads/main by this push:
new e8aeb99 ARTEMIS-3477 Upgrade selenium-java to 3.141.59
e8aeb99 is described below
commit e8aeb998071f46eff5ccd03495b235553d6a58a7
Author: Domenico Francesco Bruscino <[email protected]>
AuthorDate: Tue Sep 14 11:01:18 2021 +0200
ARTEMIS-3477 Upgrade selenium-java to 3.141.59
---
tests/smoke-tests/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/smoke-tests/pom.xml b/tests/smoke-tests/pom.xml
index fec613e..7251a56 100644
--- a/tests/smoke-tests/pom.xml
+++ b/tests/smoke-tests/pom.xml
@@ -146,7 +146,7 @@
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-java</artifactId>
- <version>3.14.0</version>
+ <version>3.141.59</version>
<scope>test</scope>
</dependency>
<dependency>