Bumps postgresql from 42.2.14 to 42.2.15.
Changelog
Sourced from postgresql's changelog.
[42.2.15] (2020-06-19)
Changed
- Source release archive shades dependencies (scram) by default. It affects only postgresql-version-src.tar.gz release artifact.
Commits
3802b45
chore: enable local build cache, and use burrunan/gradle-cache-action@v1 for ...34cd4f9
fix: nullability annotations for LruCache/Gettable/GettableHashMap0fd0939
Refactor decoding arrays (#1194)5801e32
update docs into the next century (#1770)148ecb5
try java14 (#1844)08507f8
Fix: change order of checks for oid vs primary keys. Fixes #1613 (#1839)2c5517a
docs: touch up SSL keyfile documentation (#1836)80d4ed3
fix: assume PKCS-8 SSL key format by default (#1819) (#1832)de239cc
use connection encoding instead of hard coding ISO-8859-1 (#1833)a40052c
Closing certificate file stream. (#1837)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually