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,