From 2f3dab47d92216a9f129e89a4a6e42b1b92c51ca Mon Sep 17 00:00:00 2001 From: Pierre-Yves Lochou <31895642+PYLochou@users.noreply.github.com> Date: Mon, 7 Aug 2023 15:47:46 +0200 Subject: [PATCH] Fix CVE-20222-41946 DBACLD-101707 --- common/script/installPostgres.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/script/installPostgres.sh b/common/script/installPostgres.sh index db8709c6..ca5a5202 100755 --- a/common/script/installPostgres.sh +++ b/common/script/installPostgres.sh @@ -3,5 +3,5 @@ # Install the driver for PostgreSQL echo "Install the driver for postgreSQL" cd /tmp -curl -O -k -s https://jdbc.postgresql.org/download/postgresql-42.3.3.jar +curl -O -k -s https://jdbc.postgresql.org/download/postgresql-42.3.8.jar mv postgres* /config/resources