From 3b6cfcd44879a6f840d96db296ab38151e25f4ae Mon Sep 17 00:00:00 2001 From: Barzilai Spinak Date: Thu, 20 Jan 2022 14:12:19 -0300 Subject: [PATCH] upgrade postgres driver to 42.2.13 because of CVE-2020-13692 --- libraries.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries.gradle b/libraries.gradle index d58a50c968..7295ffda34 100644 --- a/libraries.gradle +++ b/libraries.gradle @@ -20,7 +20,7 @@ ext { httpAsyncClientVersion = '4.1.4' mysqlJDBCVersion = '8.0.17' c3p0Version = '0.9.5.4' - postgresJDBCVersion = '42.2.11' + postgresJDBCVersion = '42.2.13' flywaydbVersion = '6.0.4' liquibaseVersion = '3.8.0' elkVersion = '7.16.1'