chore: upgrade PostgreSQL JDBC driver to latest supported version

This commit is contained in:
Emmanuel BENOîT 2025-01-03 16:58:49 +01:00
parent 1be81334ce
commit 56331babc7
Signed by: Emmanuel BENOîT
SSH key fingerprint: SHA256:l7PFUUF5TCDsvYeQC9OnTNz08dFY7Fvf4Hv3neIqYpg

View file

@ -68,9 +68,9 @@
</dependency> </dependency>
<dependency> <dependency>
<groupId>postgresql</groupId> <groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId> <artifactId>postgresql</artifactId>
<version>8.4-701.jdbc4</version> <version>42.2.28.jre7</version>
<type>jar</type> <type>jar</type>
<scope>runtime</scope> <scope>runtime</scope>
</dependency> </dependency>