Skip to content

Commit eec6f6b

Browse files
fix(deps): update dependency org.postgresql:postgresql to v42.3.5 (GoogleCloudPlatform#7104)
* fix(deps): update dependency org.postgresql:postgresql to v42.3.5 * Update pom.xml Co-authored-by: Shubha Rajan <shubhadayini@google.com>
1 parent 7f07254 commit eec6f6b

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-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.3.4</version>
70+
<version>42.3.5</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.3.4</version>
55+
<version>42.3.5</version>
5656
</dependency>
5757
<dependency>
5858
<groupId>com.google.cloud.sql</groupId>

flexible/postgres/pom.xml

Lines changed: 6 additions & 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.3.4</version>
82+
<version>42.3.5</version>
8383
</dependency>
8484

8585
<dependency>
@@ -102,6 +102,11 @@
102102
<outputDirectory>${project.build.directory}/${project.build.finalName}/WEB-INF/classes</outputDirectory>
103103
<plugins>
104104

105+
<plugin>
106+
<groupId>org.apache.maven.plugins</groupId>
107+
<artifactId>maven-war-plugin</artifactId>
108+
<version>3.3.2</version>
109+
</plugin>
105110
<plugin>
106111
<groupId>com.google.cloud.tools</groupId>
107112
<artifactId>appengine-maven-plugin</artifactId>

0 commit comments

Comments
 (0)