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

[Misc] Upgrade TC to 1.19.8 and Selenium to 4.21.0

parent 181eb18c
No related branches found
No related tags found
No related merge requests found
...@@ -71,7 +71,7 @@ ...@@ -71,7 +71,7 @@
<zookeeper.version>3.9.2</zookeeper.version> <zookeeper.version>3.9.2</zookeeper.version>
<!-- Versions of other software we need in our functional tests --> <!-- Versions of other software we need in our functional tests -->
<testcontainers.version>1.19.7</testcontainers.version> <testcontainers.version>1.19.8</testcontainers.version>
<!-- The LO version must point to the latest version from "Still" branch (LTS). When upgrading the version make <!-- 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/ 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 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 @@ ...@@ -32,7 +32,7 @@
<packaging>pom</packaging> <packaging>pom</packaging>
<description>XWiki Platform - Test - Parent POM</description> <description>XWiki Platform - Test - Parent POM</description>
<properties> <properties>
<selenium.version>4.20.0</selenium.version> <selenium.version>4.21.0</selenium.version>
<!-- Don't run backward-compatibility checks in test modules since we don't consider them as public APIs --> <!-- 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> <xwiki.revapi.skip>true</xwiki.revapi.skip>
</properties> </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