Skip to content
Snippets Groups Projects
Commit a5414176 authored by Vincent Massol's avatar Vincent Massol
Browse files

XWIKI-20969: Upgrade to Selenium 4.9.1

XWIKI-20970: Upgrade to TestContainers 1.18.3
parent 6337df32
No related branches found
No related tags found
No related merge requests found
......@@ -62,7 +62,7 @@
<dockerJava.version>3.3.1</dockerJava.version>
<!-- Versions of other software we need in our functional tests -->
<testcontainers.version>1.18.1</testcontainers.version>
<testcontainers.version>1.18.3</testcontainers.version>
<!-- The LO version must point to the latest version from "Still" branch (LTS). When upgrading the version make
sure the new version is available from https://download.documentfoundation.org/libreoffice/stable/
Note: We don't need to exact version (e.g. 7.2.7.2) since the LTS is made available using a max of 2 dots
......
......@@ -32,7 +32,7 @@
<packaging>pom</packaging>
<description>XWiki Platform - Test - Parent POM</description>
<properties>
<selenium.version>4.8.0</selenium.version>
<selenium.version>4.9.1</selenium.version>
<!-- Don't run backward-compatibility checks in test modules since we don't consider them as public APIs -->
<xwiki.revapi.skip>true</xwiki.revapi.skip>
</properties>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment