Skip to content

Commit 7c5d292

Browse files
committed
Bump testcontainers to 2.0.3
1 parent 9b0508b commit 7c5d292

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<properties>
3939
<doc.skip>true</doc.skip>
4040
<jar.manifest>${project.basedir}/src/main/resources/META-INF/MANIFEST.MF</jar.manifest>
41-
<testcontainers.version>1.15.2</testcontainers.version>
41+
<testcontainers.version>2.0.3</testcontainers.version>
4242
</properties>
4343

4444
<dependencyManagement>
@@ -81,7 +81,7 @@
8181
</dependency>
8282
<dependency>
8383
<groupId>org.testcontainers</groupId>
84-
<artifactId>postgresql</artifactId>
84+
<artifactId>testcontainers-postgresql</artifactId>
8585
<version>${testcontainers.version}</version>
8686
<scope>test</scope>
8787
</dependency>

0 commit comments

Comments
 (0)