Skip to content

Commit d23cb64

Browse files
nakamura-toclaude
andcommitted
Fix TestContainers PostgreSQL module name for v2 compatibility
Update the module name from "postgresql" to "testcontainers-postgresql" to align with TestContainers 2.x naming conventions where all database container modules are prefixed with "testcontainers-". This fixes the build failure: "Could not find org.testcontainers:postgresql" 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 000f4fe commit d23cb64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ junit-jupiter-api = { group = "org.junit.jupiter", name = "junit-jupiter-api" }
4040
junit-jupiter-engine = { group = "org.junit.jupiter", name = "junit-jupiter-engine" }
4141
junit-jupiter-params = { group = "org.junit.jupiter", name = "junit-jupiter-params" }
4242
junit-platform-launcher = { group = "org.junit.platform", name = "junit-platform-launcher" }
43-
testcontainers-postgresql = { group = "org.testcontainers", name = "postgresql" }
43+
testcontainers-postgresql = { group = "org.testcontainers", name = "testcontainers-postgresql" }
4444

4545
[plugins]
4646
# Kotlin

0 commit comments

Comments
 (0)