Skip to content

Commit f7a460f

Browse files
authored
Upgrade to testcontainers 1.21.4 (#743)
To fix a "docker-machine executable was not found on PATH" error with recent Docker versions (impact at least Docker 4.55 and 4.56).
1 parent b518393 commit f7a460f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
<assert4j.version>3.27.6</assert4j.version>
6363
<junit.version>5.10.2</junit.version>
6464
<mockito.version>5.20.0</mockito.version>
65-
<testcontainers.version>1.20.4</testcontainers.version>
65+
<testcontainers.version>1.21.4</testcontainers.version>
6666
<byte-buddy.version>1.17.8</byte-buddy.version>
6767
<toxiproxy.version>1.21.0</toxiproxy.version>
6868

0 commit comments

Comments
 (0)