Skip to content

Commit a0ff425

Browse files
authored
chore(deps): update dependency org.postgresql:postgresql to v42.2.23 (GoogleCloudPlatform#5574)
1 parent 38d8b96 commit a0ff425

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.2.22</version>
70+
<version>42.2.23</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.2.22</version>
55+
<version>42.2.23</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.22</version>
82+
<version>42.2.23</version>
8383
</dependency>
8484

8585
<dependency>

0 commit comments

Comments
 (0)