Commit 6c4514f
Bump postgresql from 9.4.1212 to 42.2.5 in /examples (#1037)
Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 9.4.1212 to 42.2.5.
<details>
<summary>Changelog</summary>
*Sourced from [postgresql's changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md).*
> ## [42.2.5] (2018-08-27)
> ### Known issues
> - 1ms per async copy call [issue 1312](https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/1312)
>
> ### Changed
> - `ssl=true` implies `sslmode=verify-full`, that is it requires valid server certificate [cdeeaca4](pgjdbc/pgjdbc@cdeeaca)
>
> ### Added
> - Support for `sslmode=allow/prefer/require` [cdeeaca4](pgjdbc/pgjdbc@cdeeaca)
>
> ### Fixed
> - Security: added server hostname verification for non-default SSL factories in `sslmode=verify-full` (CVE-2018-10936) [cdeeaca4](pgjdbc/pgjdbc@cdeeaca)
> - Updated documentation on SSL configuration [fa032732](pgjdbc/pgjdbc@fa03273)
> - Updated Japanese translations [PR 1275](https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/1275)
> - IndexOutOfBounds on prepared multistatement with insert values [c2885dd0](pgjdbc/pgjdbc@c2885dd)
>
> ## [42.2.4] (2018-07-14)
> ### Changed
> - PreparedStatement.setNull(int parameterIndex, int t, String typeName) no longer ignores the typeName
> argument if it is not null [PR 1160](https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/1160)
>
> ### Fixed
> - Fix treatment of SQL_TSI_YEAR, SQL_TSI_WEEK, SQL_TSI_MINUTE [PR 1250](https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/1250)
> - Map integrity constraint violation to XA_RBINTEGRITY instead of XAER_RMFAIL [PR 1175](https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/1175) [f2d1352c](pgjdbc/pgjdbc@f2d1352)
>
> ## [42.2.3] (2018-07-12)
> ### Known issues
> - SQL_TSI_YEAR is treated as hour, SQL_TSI_WEEK is treated as hour, SQL_TSI_MINUTE is treated as second
>
> ### Changed
> - Reduce the severity of the error log messages when an exception is re-thrown. The error will be
> thrown to caller to be dealt with so no need to log at this verbosity by pgjdbc [PR 1187](https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/1187)
> - Deprecate Fastpath API [PR 903](https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/903)
> - Support parenthesis in {oj ...} JDBC escape syntax [PR 1204](https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/1204)
> - ubenchmark module moved pgjdbc/benchmarks repository due to licensing issues [PR 1215](https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/1215)
> - Include section on how to submit a bug report in CONTRIBUTING.md [PR 951](https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/951)
>
> ### Fixed
> - getString for PGObject-based types returned "null" string instead of null [PR 1154](https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/1154)
> - Field metadata cache can be disabled via databaseMetadataCacheFields=0 [PR 1052](https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/1052)
> - Properly encode special symbols in passwords in BaseDataSource [PR 1201](https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/1201)
> - Adjust date, hour, minute, second when rounding nanosecond part of a timestamp [PR 1212](https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/1212)
> - perf: reduce memory allocations in query cache [PR 1227](https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/1227)
> - perf: reduce memory allocations in SQL parser [PR 1230](https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/1230), [PR 1233](https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/1233)
> - Encode URL parameters in BaseDataSource [PR 1201](https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/1201)
> - Improve JavaDoc formatting [PR 1236](https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/1236)
>
> ## [42.2.2] (2018-03-15)
> ### Added
> - Documentation on server-side prepared statements [PR 1135](https://github-redirect.dependabot.com/pgjdbc/pgjdbc/pull/1135)
></table> ... (truncated)
</details>
<details>
<summary>Commits</summary>
- [`a1a5ae4`](pgjdbc/pgjdbc@a1a5ae4) [maven-release-plugin] prepare release REL42.2.5
- [`c8a639e`](pgjdbc/pgjdbc@c8a639e) docs: update site for 42.2.5
- [`237a89b`](pgjdbc/pgjdbc@237a89b) Update changelog for 42.2.5
- [`fa03273`](pgjdbc/pgjdbc@fa03273) docs: improve documentation on SSL
- [`cdeeaca`](pgjdbc/pgjdbc@cdeeaca) security: implement SSL hostname verification for non-default (LibPQFactory) ...
- [`c2885dd`](pgjdbc/pgjdbc@c2885dd) fix: IndexOutOfBounds on prepared multistatement with insert values
- [`9534e9c`](pgjdbc/pgjdbc@9534e9c) docs: fix typos detected by github.com/client9/misspell ([#1287](https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/1287))
- [`203a106`](pgjdbc/pgjdbc@203a106) fix: Correct typo in CopyManager comment ([#1285](https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/1285))
- [`b5c19af`](pgjdbc/pgjdbc@b5c19af) move issue template and pull request template into github specific di… ([#1283](https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/1283))
- [`c66bf71`](pgjdbc/pgjdbc@c66bf71) Add issue templates ([#1263](https://github-redirect.dependabot.com/pgjdbc/pgjdbc/issues/1263))
- Additional commits viewable in [compare view](pgjdbc/pgjdbc@REL9.4.1212...REL42.2.5)
</details>
<br />
[](https://dependabot.com/compatibility-score.html?dependency-name=org.postgresql:postgresql&package-manager=maven&previous-version=9.4.1212&new-version=42.2.5)
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
**Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.
You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com).
<details>
<summary>Dependabot commands and options</summary>
<br />
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 cancel merge` will cancel a previously requested merge
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in the `.dependabot/config.yml` file in this repo:
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.
</details>1 parent b7dc39a commit 6c4514f
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
0 commit comments