Skip to content

Commit f98e3c4

Browse files
authored
chore(deps): update dependency org.postgresql:postgresql to v42.2.18 (GoogleCloudPlatform#4014)
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.17` -> `42.2.18` | --- ### 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#github/GoogleCloudPlatform/java-docs-samples).
1 parent 5ec0fd9 commit f98e3c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cloud-sql/postgres/servlet/pom.xml

+1-1
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.17</version>
55+
<version>42.2.18</version>
5656
</dependency>
5757
<dependency>
5858
<groupId>com.google.cloud.sql</groupId>

flexible/postgres/pom.xml

+1-1
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.17</version>
82+
<version>42.2.18</version>
8383
</dependency>
8484

8585
<dependency>

0 commit comments

Comments
 (0)