diff --git a/jdbc-postgres/lib/jdbc/postgres/version.rb b/jdbc-postgres/lib/jdbc/postgres/version.rb index e622aa969..8256c6e4b 100644 --- a/jdbc-postgres/lib/jdbc/postgres/version.rb +++ b/jdbc-postgres/lib/jdbc/postgres/version.rb @@ -1,6 +1,6 @@ module Jdbc module Postgres - DRIVER_VERSION = '42.7.8' + DRIVER_VERSION = '42.7.11' VERSION = DRIVER_VERSION end end diff --git a/jdbc-postgres/lib/postgresql-42.7.11.jar b/jdbc-postgres/lib/postgresql-42.7.11.jar new file mode 100644 index 000000000..e42f175a7 Binary files /dev/null and b/jdbc-postgres/lib/postgresql-42.7.11.jar differ diff --git a/jdbc-postgres/lib/postgresql-42.7.8.jar b/jdbc-postgres/lib/postgresql-42.7.8.jar deleted file mode 100644 index a9500ac25..000000000 Binary files a/jdbc-postgres/lib/postgresql-42.7.8.jar and /dev/null differ