Skip to content

Commit be82695

Browse files
authored
chore(deps): update dependency org.postgresql:postgresql to v42.2.14 (GoogleCloudPlatform#3123)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [org.postgresql:postgresql](https://jdbc.postgresql.org) ([source](https://togithub.com/pgjdbc/pgjdbc)) | patch | `42.2.13` -> `42.2.14` | --- ### Release Notes <details> <summary>pgjdbc/pgjdbc</summary> ### [`v42.2.14`](https://togithub.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md#&#8203;42214-2020-06-10) ##### Changed - Reverted com.github.waffle:waffle-jna, org.osgi:org.osgi.core, org.osgi:org.osgi.enterprise dependencies to optional=true in Maven [PR 1797](https://togithub.com/pgjdbc/pgjdbc/pull/1797). </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 7b1a283 commit be82695

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

8585
<dependency>

0 commit comments

Comments
 (0)