From c4b8408fb55ccc6d208620161debeb7547210d90 Mon Sep 17 00:00:00 2001 From: Gunnar Date: Sun, 2 Mar 2025 18:08:34 +0100 Subject: [PATCH] Update outdated version of Postgres drive to latest --- commands/contentbox/install.cfc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/contentbox/install.cfc b/commands/contentbox/install.cfc index 1b4208b..67ffcdc 100644 --- a/commands/contentbox/install.cfc +++ b/commands/contentbox/install.cfc @@ -501,12 +501,12 @@ component { env = replaceNoCase( env, "DB_BUNDLENAME=", - "DB_BUNDLENAME=org.postgresql.jdbc42" + "DB_BUNDLENAME=org.postgresql.jdbc" ); env = replaceNoCase( env, "DB_BUNDLEVERSION=", - "DB_BUNDLEVERSION=9.4.1212" + "DB_BUNDLEVERSION=42.7.4" ); env = replaceNoCase( env,