ENT-2945 Update postgresql dependency (#4550)

Update postgresql to 42.2.5
This commit is contained in:
James Brown 2019-01-24 14:58:30 +00:00 committed by GitHub
parent d540aa5b17
commit 8722e9f0cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View File

@ -46,7 +46,7 @@ buildscript {
ext.jansi_version = '1.14'
ext.hibernate_version = '5.3.6.Final'
ext.h2_version = '1.4.197' // Update docs if renamed or removed.
ext.postgresql_version = '42.1.4'
ext.postgresql_version = '42.2.5'
ext.rxjava_version = '1.3.8'
ext.dokka_version = '0.9.17'
ext.eddsa_version = '0.2.0'

View File

@ -4,6 +4,11 @@ Changelog
Here's a summary of what's changed in each Corda release. For guidance on how to upgrade code from the previous
release, see :doc:`app-upgrade-notes`.
Unreleased
----------
* Updating postgres dependency to 42.2.5
.. _changelog_v4.0:
Version 4.0