We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f18997 commit 5a366a7Copy full SHA for 5a366a7
CHANGES.md
@@ -3,6 +3,8 @@ Version History
3
4
1.6.1-SNAPSHOT (tentative)
5
-----
6
+- Updated org.testcontainers:jdbc to 1.21.4 \
7
+ This fixed a compatibility issue with recent Docker versions.
8
- Updated various test dependencies
9
- Updated Maven build plugins
10
pom.xml
@@ -37,7 +37,7 @@
37
<maven.compiler.source>1.8</maven.compiler.source>
38
<maven.compiler.target>1.8</maven.compiler.target>
39
40
- <testcontainers.version>1.21.3</testcontainers.version>
+ <testcontainers.version>1.21.4</testcontainers.version>
41
<jaybird.version>5.0.11.java8</jaybird.version>
42
<junit5.version>5.13.4</junit5.version>
43
</properties>
0 commit comments