Skip to content

Commit af2c555

Browse files
authored
chore(deps): update dependency org.postgresql:postgresql to v42.3.1 (GoogleCloudPlatform#6330)
[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.postgresql:postgresql](https://jdbc.postgresql.org) ([source](https://togithub.com/pgjdbc/pgjdbc)) | `42.3.0` -> `42.3.1` | [![age](https://badges.renovateapi.com/packages/maven/org.postgresql:postgresql/42.3.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.postgresql:postgresql/42.3.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.postgresql:postgresql/42.3.1/compatibility-slim/42.3.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.postgresql:postgresql/42.3.1/confidence-slim/42.3.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>pgjdbc/pgjdbc</summary> ### [`v42.3.1`](https://togithub.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md#&#8203;4231-2021-10-29) ##### Changed - improv: Arrays in Object\[] [PR 2330](https://togithub.com/pgjdbc/pgjdbc/pull/2330) when an Object\[] contains other arrays, treat as though it were a multi-dimensional array the one exception is byte\[], which is not supported. - improv: Use jre utf-8 decoding [PR 2317](https://togithub.com/pgjdbc/pgjdbc/pull/2317) Remove use of custom utf-8 decoding. - perf: improve performance of bytea string decoding [PR 2320](https://togithub.com/pgjdbc/pgjdbc/pull/2320) improve the parsing of bytea hex encoded string by making a lookup table for each of the valid ascii code points to the 4 bit numeric value - feat: intern/canonicalize common strings [PR 2234](https://togithub.com/pgjdbc/pgjdbc/pull/2234) ##### Added ##### Fixed - numeric binary decode for even 10 thousands [PR #&GoogleCloudPlatform#8203;2327](https://togithub.com/pgjdbc/pgjdbc/pull/2327) fixes [Issue 2326](https://togithub.com/pgjdbc/pgjdbc/issues/2326) binary numeric values which represented integers multiples of 10,000 from 10,000-9,990,000 were not decoded correctly - \[typo] typo in certdir/README.md [PR #&GoogleCloudPlatform#8203;2309](https://togithub.com/pgjdbc/pgjdbc/pull/2309) certificatess => certificates - \[typo] typo in TimestampUtils.java [PR #&GoogleCloudPlatform#8203;2314](https://togithub.com/pgjdbc/pgjdbc/pull/2314) Change `Greagorian` to `Gregorian`. - remove check for negative pid in cancel request. Apparently pgbouncer can send one fixes [Issue 2317](https://togithub.com/pgjdbc/pgjdbc/issues/2317) [PR #&GoogleCloudPlatform#8203;2319](https://togithub.com/pgjdbc/pgjdbc/pull/2319) </details> --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Never, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/java-docs-samples).
1 parent bb12556 commit af2c555

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cloud-sql/postgres/client-side-encryption/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
<dependency>
6868
<groupId>org.postgresql</groupId>
6969
<artifactId>postgresql</artifactId>
70-
<version>42.3.0</version>
70+
<version>42.3.1</version>
7171
</dependency>
7272
<dependency>
7373
<groupId>com.google.crypto.tink</groupId>

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.3.0</version>
55+
<version>42.3.1</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.3.0</version>
82+
<version>42.3.1</version>
8383
</dependency>
8484

8585
<dependency>

0 commit comments

Comments
 (0)