From b6f746e67925b3543231bf1ddaf3f43707811242 Mon Sep 17 00:00:00 2001 From: Christoph Pirkl Date: Wed, 20 Oct 2021 07:47:32 +0200 Subject: [PATCH] Upgrade testcontainers to fix uploading files to the container user id 'xxx' is too big ( > 2097151 ) when using commons-compress 1.21 with large user ID https://github.com/testcontainers/testcontainers-java/issues/4384 --- tableau-server-GUI-tests/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tableau-server-GUI-tests/pom.xml b/tableau-server-GUI-tests/pom.xml index 14b34f4..ddae531 100644 --- a/tableau-server-GUI-tests/pom.xml +++ b/tableau-server-GUI-tests/pom.xml @@ -52,7 +52,7 @@ org.testcontainers junit-jupiter - 1.16.0 + 1.16.1 test