Skip to content

Commit

Permalink
TASK-69828: Bump jdbc postgresql driver to 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hbenali committed Feb 22, 2024
1 parent a23cf25 commit 3c60ef1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -985,7 +985,7 @@ initialize_product_settings() {
env_var "DEPLOYMENT_CHAT_MONGODB_VERSION" "6.0"

env_var "DEPLOYMENT_MYSQL_ADDON_VERSION" "2.0.5" # Default version of the mysql driver addon to use
env_var "DEPLOYMENT_POSTGRESQL_ADDON_VERSION" "2.4.0" # Default version of the jdbc postgresql driver addon to use
env_var "DEPLOYMENT_POSTGRESQL_ADDON_VERSION" "2.4.1" # Default version of the jdbc postgresql driver addon to use

env_var "DEPLOYMENT_MYSQL_DEFAULT_VERSION" "8.0.33" # Default version of the mysql server to use
env_var "DEPLOYMENT_POSTGRESQL_DEFAULT_VERSION" "15" # Default version of the postgresql server to use
Expand All @@ -1001,7 +1001,7 @@ initialize_product_settings() {
env_var "DEPLOYMENT_CHAT_MONGODB_VERSION" "6.0"

env_var "DEPLOYMENT_MYSQL_ADDON_VERSION" "2.0.5" # Default version of the mysql driver addon to use
env_var "DEPLOYMENT_POSTGRESQL_ADDON_VERSION" "2.4.0" # Default version of the jdbc postgresql driver addon to use
env_var "DEPLOYMENT_POSTGRESQL_ADDON_VERSION" "2.4.1" # Default version of the jdbc postgresql driver addon to use

env_var "DEPLOYMENT_MYSQL_DEFAULT_VERSION" "8.0.33" # Default version of the mysql server to use
env_var "DEPLOYMENT_POSTGRESQL_DEFAULT_VERSION" "15" # Default version of the postgresql server to use
Expand Down

0 comments on commit 3c60ef1

Please sign in to comment.