From 21b0a5ebfbad8fe00f8a1307f52462af59205366 Mon Sep 17 00:00:00 2001 From: Shrikant Sharat Kandula Date: Wed, 28 Feb 2024 10:32:58 +0530 Subject: [PATCH] chore: Fix for CVE-2024-1597 (#31301) This should get rid of the vulnerable Postgres driver version. --- app/server/appsmith-plugins/postgresPlugin/pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/server/appsmith-plugins/postgresPlugin/pom.xml b/app/server/appsmith-plugins/postgresPlugin/pom.xml index 792df89666..3b2fe1797f 100644 --- a/app/server/appsmith-plugins/postgresPlugin/pom.xml +++ b/app/server/appsmith-plugins/postgresPlugin/pom.xml @@ -20,6 +20,8 @@ org.postgresql postgresql + + 42.6.1