From 72c2560619d1bdba0a0bf090e9d0893aaf00d03b Mon Sep 17 00:00:00 2001 From: Hector Oswaldo Caballero Date: Sun, 5 Aug 2018 20:38:00 -0400 Subject: [PATCH] Upgrade PostgreSQL JDBC driver Besides the usual bug fixes and optimizations, the more recent versions implement missing features like being able to set network timeouts to avoid connections hung due to network disruptions [1]. [1] https://github.com/pgjdbc/pgjdbc/pull/849 Change-Id: Idb8b0376fc24b1d050b72057303c551d36fa931b --- WORKSPACE | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 9080457361..59b8dc41d9 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -838,8 +838,8 @@ maven_jar( maven_jar( name = "postgresql", - artifact = "org.postgresql:postgresql:9.4.1211", - sha1 = "721e3017fab68db9f0b08537ec91b8d757973ca8", + artifact = "org.postgresql:postgresql:42.2.4", + sha1 = "dff98730c28a4b3a3263f0cf4abb9a3392f815a7", ) maven_jar(