Skip to content

Commit 79c6f3f

Browse files
committed
Update PostgreSQL driver to version 42.7.13
DBACLD-245467
1 parent 9214f93 commit 79c6f3f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

common/script/installPostgres.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -e
55
# Install the driver for PostgreSQL
66
echo "Install the driver for postgreSQL"
77
cd /tmp
8-
curl --fail --insecure --remote-name --remote-time --silent https://jdbc.postgresql.org/download/postgresql-42.7.11.jar
8+
curl --fail --insecure --remote-name --remote-time --silent https://jdbc.postgresql.org/download/postgresql-42.7.13.jar
99
mv postgres* /config/resources
1010

1111
set +e

0 commit comments

Comments
 (0)