Skip to content

Commit

Permalink
Updating Postgres version
Browse files Browse the repository at this point in the history
  • Loading branch information
ranjith-s0294 committed Mar 11, 2024
1 parent f193e10 commit 5737113
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/resources/common/bin/db-drivers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -e

MYSQL_VERSION="8.1.0"
H2_VERSION="2.2.224"
POSTGRESQL_VERSION="42.6.0"
POSTGRESQL_VERSION="42.6.1"
MSSQL_VERSION="11.2.3.jre17"

echo "Downloading DB drivers to ${APP_ROOT}/db-libs"
Expand Down
2 changes: 1 addition & 1 deletion xl-release/23.3/resources/bin/db-drivers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -e

MYSQL_VERSION="8.0.31"
H2_VERSION="2.2.220"
POSTGRESQL_VERSION="42.5.5"
POSTGRESQL_VERSION="42.6.1"
MSSQL_VERSION="11.2.2.jre11"

echo "Downloading DB drivers to ${APP_ROOT}/db-libs"
Expand Down

0 comments on commit 5737113

Please sign in to comment.