[JAVA-31655] Upgrade testcontainers.postgresql to the latest version (#16001)

This commit is contained in:
panos-kakos
2024-03-01 10:05:47 +02:00
committed by GitHub
parent 2024acec91
commit 924f3ff446
7 changed files with 8 additions and 11 deletions
+1 -2
View File
@@ -3,7 +3,6 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<!-- NOT NEEDED - JSP <groupId>com.baeldung</groupId> -->
<artifactId>test-containers</artifactId>
<version>1.0-SNAPSHOT</version>
<name>test-containers</name>
@@ -65,7 +64,7 @@
<properties>
<junit.platform.version>1.5.0</junit.platform.version>
<testcontainers.version>1.11.4</testcontainers.version>
<testcontainers.version>1.19.6</testcontainers.version>
<postgresql.version>42.2.6</postgresql.version>
<selenium-remote-driver.version>3.141.59</selenium-remote-driver.version>
</properties>