Skip to content

Commit 3d97a57

Browse files
authored
chore(deps): update dependency org.postgresql:postgresql to v42.2.11 (#2366)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [org.postgresql:postgresql](https://togithub.com/pgjdbc/pgjdbc) | patch | `42.2.10` -> `42.2.11` | --- ### Release Notes <details> <summary>pgjdbc/pgjdbc</summary> ### [`v42.2.11`](https://togithub.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md#&#8203;42211-2020-03-07) ##### Changed - Reverted [PR 1641](https://togithub.com/pgjdbc/pgjdbc/pull/1252). The driver will now wait for EOF when sending cancel signals. - `DatabaseMetaData#getProcedures` returns only procedures (not functions) for PostgreSQL 11+ [PR 1723](https://togithub.com/pgjdbc/pgjdbc/pull/1723) - Convert silent rollbacks into exception if application sends `commit` or `xa.prepare` command [PR 1729](https://togithub.com/pgjdbc/pgjdbc/pull/1729) ##### Added - feat: `raiseExceptionOnSilentRollback` connection option to configure if silent rollback should raise an exception [PR 1729](https://togithub.com/pgjdbc/pgjdbc/pull/1729) - feat: Expose `ByteStreamWriter` in CopyManager [PR 1702](https://togithub.com/pgjdbc/pgjdbc/pull/1702) - feat: add way to distinguish base and partitioned tables in PgDatabaseMetaData.getTables [PR 1708](https://togithub.com/pgjdbc/pgjdbc/pull/1708) - refactor: introduce tuple abstraction (rebased) [PR 1701](https://togithub.com/pgjdbc/pgjdbc/pull/1701) - refactor: make PSQLState enum consts for integrity constraint violations [PR 1699](https://togithub.com/pgjdbc/pgjdbc/pull/1699) - test: add makefile to create ssl certs [PR 1706](https://togithub.com/pgjdbc/pgjdbc/pull/1706) ##### Fixed - fix: Always use `.` as decimal separator in PGInterval [PR 1705](https://togithub.com/pgjdbc/pgjdbc/pull/1705) - fix: allow DatabaseMetaData.getColumns to describe an unset scale [PR 1716](https://togithub.com/pgjdbc/pgjdbc/pull/1716) </details> --- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Never, or you tick the rebase/retry checkbox. :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#GoogleCloudPlatform/java-docs-samples).
1 parent be6fd32 commit 3d97a57

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

appengine-java8/cloudsql-postgres/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
<dependency>
7474
<groupId>org.postgresql</groupId>
7575
<artifactId>postgresql</artifactId>
76-
<version>42.2.10</version>
76+
<version>42.2.11</version>
7777
</dependency>
7878

7979
<dependency>

cloud-sql/postgres/servlet/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<dependency>
5353
<groupId>org.postgresql</groupId>
5454
<artifactId>postgresql</artifactId>
55-
<version>42.2.10</version>
55+
<version>42.2.11</version>
5656
</dependency>
5757
<dependency>
5858
<groupId>com.google.cloud.sql</groupId>

flexible/postgres/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
<dependency>
8080
<groupId>org.postgresql</groupId>
8181
<artifactId>postgresql</artifactId>
82-
<version>42.2.10</version>
82+
<version>42.2.11</version>
8383
</dependency>
8484

8585
<dependency>

0 commit comments

Comments
 (0)