Updated PostgreSQL JDBC Driver to 42.2.25.jre7 for SCRAM authentication.

Ubuntu 22.04's postgresql version is 14 and uses SCRAM per default:
https://www.percona.com/blog/postgresql-14-and-recent-scram-authentication-changes-should-i-migrate-to-scram/
This commit is contained in:
tristan.ramseyer 2022-07-11 01:46:18 +02:00
parent e7bb1595e0
commit dbbe84e415

View file

@ -125,7 +125,7 @@
<!-- JDBC driver properties -->
<jdbcDriver.groupId>org.postgresql</jdbcDriver.groupId>
<jdbcDriver.artifactId>postgresql</jdbcDriver.artifactId>
<jdbcDriver.version>42.2.4.jre7</jdbcDriver.version>
<jdbcDriver.version>42.2.25.jre7</jdbcDriver.version>
<jdbcDriver.className>org.postgresql.Driver</jdbcDriver.className>
<!-- Data source properties -->
<dataSource.url>jdbc:postgresql://localhost/libreplan${libreplan.mode}</dataSource.url>