Skip to content

Commit 79f5df6

Browse files
committed
fix(deps): update dependency org.postgresql:postgresql to v42.7.11 [security]
1 parent 5f6c4aa commit 79f5df6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
<dependency>
6464
<groupId>org.postgresql</groupId>
6565
<artifactId>postgresql</artifactId>
66-
<version>42.7.2</version>
66+
<version>42.7.11</version>
6767
</dependency>
6868
<dependency>
6969
<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
@@ -53,7 +53,7 @@
5353
<dependency>
5454
<groupId>org.postgresql</groupId>
5555
<artifactId>postgresql</artifactId>
56-
<version>42.7.2</version>
56+
<version>42.7.11</version>
5757
</dependency>
5858
<dependency>
5959
<groupId>com.google.cloud.sql</groupId>

0 commit comments

Comments
 (0)