Skip to content

Commit

Permalink
Update outdated version of Postgres drive to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
GunnarLieb authored Mar 2, 2025
1 parent 67e953f commit c4b8408
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions commands/contentbox/install.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit c4b8408

Please sign in to comment.