mirror of
https://github.com/corda/corda.git
synced 2025-02-06 11:09:18 +00:00
ENT-2945 Update postgresql dependency (#4550)
Update postgresql to 42.2.5
This commit is contained in:
parent
d540aa5b17
commit
8722e9f0cf
@ -46,7 +46,7 @@ buildscript {
|
|||||||
ext.jansi_version = '1.14'
|
ext.jansi_version = '1.14'
|
||||||
ext.hibernate_version = '5.3.6.Final'
|
ext.hibernate_version = '5.3.6.Final'
|
||||||
ext.h2_version = '1.4.197' // Update docs if renamed or removed.
|
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.rxjava_version = '1.3.8'
|
||||||
ext.dokka_version = '0.9.17'
|
ext.dokka_version = '0.9.17'
|
||||||
ext.eddsa_version = '0.2.0'
|
ext.eddsa_version = '0.2.0'
|
||||||
|
@ -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
|
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`.
|
release, see :doc:`app-upgrade-notes`.
|
||||||
|
|
||||||
|
Unreleased
|
||||||
|
----------
|
||||||
|
|
||||||
|
* Updating postgres dependency to 42.2.5
|
||||||
|
|
||||||
.. _changelog_v4.0:
|
.. _changelog_v4.0:
|
||||||
|
|
||||||
Version 4.0
|
Version 4.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user