diff options
author | vasraz <vasyl.razinkov@est.tech> | 2023-05-11 17:05:17 +0100 |
---|---|---|
committer | Michael Morris <michael.morris@est.tech> | 2023-05-12 09:35:38 +0000 |
commit | 5c909bca9391467ac075384f2bca5e1497265da8 (patch) | |
tree | 361e796a35822dd0285d37452dfee7876ab7b467 | |
parent | 30a2a7f615252b1ba6b6f68ed668e58cc2bf6d99 (diff) |
Update outdated gecko.driver
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech>
Change-Id: I45fb23537b9440a8be702f307b16bbbb59a6abd5
Issue-ID: SDC-4496
-rw-r--r-- | integration-tests/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index b41867258f..6a154143d5 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -37,7 +37,7 @@ limitations under the License. <properties> <selenium.version>3.141.59</selenium.version> - <gecko.driver.version>0.29.0</gecko.driver.version> + <gecko.driver.version>0.33.0</gecko.driver.version> <!-- SDC Startup parameters --> <it.env.name>integration-test</it.env.name> <it.cassandra.port>9042</it.cassandra.port> |