Skip to content

Commit 7b2dd01

Browse files
danieldisubsideup
authored andcommitted
Fix typo in Postgresql gradle dependency (#1182)
The correct dependency is org.testcontainers:postgresql no org.testcontainers:postgres
1 parent d1c0292 commit 7b2dd01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/modules/databases/postgres.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ See [Database containers](./index.md) for documentation and usage that is common
77
Add the following dependency to your `pom.xml`/`build.gradle` file:
88

99
```groovy tab='Gradle'
10-
testCompile "org.testcontainers:postgres:{{latest_version}}"
10+
testCompile "org.testcontainers:postgresql:{{latest_version}}"
1111
```
1212

1313
```xml tab='Maven'

0 commit comments

Comments
 (0)