Skip to content

Commit 5a366a7

Browse files
committed
- Updated org.testcontainers:jdbc to 1.21.4
1 parent 8f18997 commit 5a366a7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ Version History
33

44
1.6.1-SNAPSHOT (tentative)
55
-----
6+
- Updated org.testcontainers:jdbc to 1.21.4 \
7+
This fixed a compatibility issue with recent Docker versions.
68
- Updated various test dependencies
79
- Updated Maven build plugins
810

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<maven.compiler.source>1.8</maven.compiler.source>
3838
<maven.compiler.target>1.8</maven.compiler.target>
3939

40-
<testcontainers.version>1.21.3</testcontainers.version>
40+
<testcontainers.version>1.21.4</testcontainers.version>
4141
<jaybird.version>5.0.11.java8</jaybird.version>
4242
<junit5.version>5.13.4</junit5.version>
4343
</properties>

0 commit comments

Comments
 (0)