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

XWIKI-19102: Upgrade to TestContainers 1.16.2

parent de9e1174
No related branches found
No related tags found
No related merge requests found
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
<description>Uses Docker to start/stop browsers and XWiki</description> <description>Uses Docker to start/stop browsers and XWiki</description>
<properties> <properties>
<xwiki.jacoco.instructionRatio>0.17</xwiki.jacoco.instructionRatio> <xwiki.jacoco.instructionRatio>0.17</xwiki.jacoco.instructionRatio>
<testcontainers.version>1.16.0</testcontainers.version> <testcontainers.version>1.16.2</testcontainers.version>
<!-- TODO: Put back when the XWikiBrowserWebDriverContainer class is removed or when we find a construct that makes <!-- TODO: Put back when the XWikiBrowserWebDriverContainer class is removed or when we find a construct that makes
Spoon pass on it. --> Spoon pass on it. -->
<xwiki.spoon.skip>true</xwiki.spoon.skip> <xwiki.spoon.skip>true</xwiki.spoon.skip>
......
...@@ -71,7 +71,7 @@ ...@@ -71,7 +71,7 @@
<dependency> <dependency>
<groupId>io.github.bonigarcia</groupId> <groupId>io.github.bonigarcia</groupId>
<artifactId>webdrivermanager</artifactId> <artifactId>webdrivermanager</artifactId>
<version>5.0.2</version> <version>5.0.3</version>
</dependency> </dependency>
<!-- Used to build support for phantomjs --> <!-- Used to build support for phantomjs -->
<dependency> <dependency>
......
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