From dbbe84e4154eb28191308ce17c00b4d5c5d14f9b Mon Sep 17 00:00:00 2001 From: "tristan.ramseyer" Date: Mon, 11 Jul 2022 01:46:18 +0200 Subject: [PATCH] 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/ --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7465fbd22..106ab1daa 100644 --- a/pom.xml +++ b/pom.xml @@ -125,7 +125,7 @@ org.postgresql postgresql - 42.2.4.jre7 + 42.2.25.jre7 org.postgresql.Driver jdbc:postgresql://localhost/libreplan${libreplan.mode}