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:
parent
e7bb1595e0
commit
dbbe84e415
1 changed files with 1 additions and 1 deletions
2
pom.xml
2
pom.xml
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue