Skip to content

Commit

Permalink
Upgrade testcontainers to fix uploading files to the container
Browse files Browse the repository at this point in the history
user id 'xxx' is too big ( > 2097151 ) when using commons-compress 1.21
with large user ID

testcontainers/testcontainers-java#4384
  • Loading branch information
kaklakariada committed Oct 20, 2021
1 parent 5949a72 commit b6f746e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tableau-server-GUI-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>junit-jupiter</artifactId>
<version>1.16.0</version>
<version>1.16.1</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit b6f746e

Please sign in to comment.