We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b0508b commit 7c5d292Copy full SHA for 7c5d292
pom.xml
@@ -38,7 +38,7 @@
38
<properties>
39
<doc.skip>true</doc.skip>
40
<jar.manifest>${project.basedir}/src/main/resources/META-INF/MANIFEST.MF</jar.manifest>
41
- <testcontainers.version>1.15.2</testcontainers.version>
+ <testcontainers.version>2.0.3</testcontainers.version>
42
</properties>
43
44
<dependencyManagement>
@@ -81,7 +81,7 @@
81
</dependency>
82
<dependency>
83
<groupId>org.testcontainers</groupId>
84
- <artifactId>postgresql</artifactId>
+ <artifactId>testcontainers-postgresql</artifactId>
85
<version>${testcontainers.version}</version>
86
<scope>test</scope>
87
0 commit comments