[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 -1
View File
@@ -130,7 +130,7 @@
<hibernate.version>6.2.0.Final</hibernate.version>
<postgresql.version>42.5.4</postgresql.version>
<hsqldb.version>2.7.1</hsqldb.version>
<testcontainers.version>1.16.3</testcontainers.version>
<testcontainers.version>1.19.6</testcontainers.version>
</properties>
</project>