Skip to content

Commit f0ddaac

Browse files
authored
chore: upgrade postgres driver (GoogleCloudPlatform#7243)
1 parent 752803a commit f0ddaac

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
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.5</version>
70+
<version>42.4.1</version>
7171
</dependency>
7272
<dependency>
7373
<groupId>com.google.crypto.tink</groupId>
@@ -99,4 +99,4 @@
9999
</dependency>
100100
</dependencies>
101101

102-
</project>
102+
</project>

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

0 commit comments

Comments
 (0)