Skip to content

Commit f2f6885

Browse files
manusaclaude
andcommitted
fix: upgrade testcontainers to 2.0.x for Docker 29 compatibility
Docker 29.0.0 increased the minimum API version from 1.24 to 1.44, breaking testcontainers 1.x which only supports API version 1.32. Upgrades: - testcontainers: 1.20.3 -> 2.0.3 - kindcontainer: 1.4.9 -> 2.0.0 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 6cd4ea3 commit f2f6885

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@
6868
<version.maven-source-plugin>3.4.0</version.maven-source-plugin>
6969
<version.maven-surefire-plugin>3.5.4</version.maven-surefire-plugin>
7070
<version.slf4j>2.0.17</version.slf4j>
71-
<version.test-containers>1.20.3</version.test-containers>
72-
<version.test-containers-kind>1.4.9</version.test-containers-kind>
71+
<version.test-containers>2.0.3</version.test-containers>
72+
<version.test-containers-kind>2.0.0</version.test-containers-kind>
7373
</properties>
7474

7575
<modules>

0 commit comments

Comments
 (0)