You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
0 commit comments