Skip to content

Commit

Permalink
Bump testcontainers version to fix log dumping (apache#3344)
Browse files Browse the repository at this point in the history
The previous version was using a version of docker-java which didn't
handle gzip compression well. So if the docker api returned an
response that was gzip compressed, it wouldn't be decompressed and
then log dumping would gzip it again, and then tar zxvf wouldn't
handle it.

See docker-java/docker-java#1079.
  • Loading branch information
ivankelly authored and merlimat committed Jan 9, 2019
1 parent fc58d71 commit 06c819e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ flexible messaging model and an intuitive client API.</description>
<arquillian-junit.version>1.1.14.Final</arquillian-junit.version>
<cassandra.version>3.6.0</cassandra.version>
<disruptor.version>3.4.0</disruptor.version>
<testcontainers.version>1.8.0</testcontainers.version>
<testcontainers.version>1.10.5</testcontainers.version>

<!-- Plugin dependencies -->
<protobuf-maven-plugin.version>0.6.1</protobuf-maven-plugin.version>
Expand Down

0 comments on commit 06c819e

Please sign in to comment.