Skip to content

Commit 9db61af

Browse files
fix(deps): update dependency com.google.cloud.sql:mysql-socket-factory-connector-j-8 to v1.6.0 (GoogleCloudPlatform#7115)
* fix(deps): update dependency com.google.cloud.sql:mysql-socket-factory-connector-j-8 to v1.6.0 * Update pom.xml Co-authored-by: Shubha Rajan <shubhadayini@google.com>
1 parent 4ff4762 commit 9db61af

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

appengine-java11/cloudsql/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
<dependency>
8080
<groupId>com.google.cloud.sql</groupId>
8181
<artifactId>mysql-socket-factory-connector-j-8</artifactId>
82-
<version>1.5.0</version>
82+
<version>1.6.0</version>
8383
<scope>provided</scope>
8484
</dependency>
8585
<dependency>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
<dependency>
6363
<groupId>com.google.cloud.sql</groupId>
6464
<artifactId>mysql-socket-factory-connector-j-8</artifactId>
65-
<version>1.5.0</version>
65+
<version>1.6.0</version>
6666
</dependency>
6767
<dependency>
6868
<groupId>mysql</groupId>

cloud-sql/mysql/servlet/pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<dependency>
5858
<groupId>com.google.cloud.sql</groupId>
5959
<artifactId>mysql-socket-factory-connector-j-8</artifactId>
60-
<version>1.5.0</version>
60+
<version>1.6.0</version>
6161
</dependency>
6262
<dependency>
6363
<groupId>com.zaxxer</groupId>
@@ -107,6 +107,11 @@
107107

108108
<build>
109109
<plugins>
110+
<plugin>
111+
<groupId>org.apache.maven.plugins</groupId>
112+
<artifactId>maven-war-plugin</artifactId>
113+
<version>3.3.2</version>
114+
</plugin>
110115
<plugin>
111116
<groupId>org.eclipse.jetty</groupId>
112117
<artifactId>jetty-maven-plugin</artifactId>

0 commit comments

Comments
 (0)