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 d1c0292 commit 7b2dd01Copy full SHA for 7b2dd01
docs/modules/databases/postgres.md
@@ -7,7 +7,7 @@ See [Database containers](./index.md) for documentation and usage that is common
7
Add the following dependency to your `pom.xml`/`build.gradle` file:
8
9
```groovy tab='Gradle'
10
-testCompile "org.testcontainers:postgres:{{latest_version}}"
+testCompile "org.testcontainers:postgresql:{{latest_version}}"
11
```
12
13
```xml tab='Maven'
0 commit comments