[JAVA-31655] Upgrade testcontainers.postgresql to the latest version (#16001)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user