Skip to content

Commit

Permalink
Merge pull request #4 from GunnarLieb/development
Browse files Browse the repository at this point in the history
Update outdated version of Postgres drive to latest
  • Loading branch information
lmajano authored Mar 2, 2025
2 parents 67e953f + c4b8408 commit 1423a84
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 1423a84

Please sign in to comment.