Skip to content

Commit 6817d51

Browse files
authored
Release v1.0.14 (#143)
* Update dependencies to latest versions. * Bump to v1.14 * Update checkstyle plugin version.
1 parent 51f8346 commit 6817d51

File tree

7 files changed

+23
-30
lines changed

7 files changed

+23
-30
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ are unsure, it is recommended to use the latest version of `mysql-connector-java
3535

3636
| JDBC Driver Version | Cloud SQL Socket Factory Version |
3737
| -------------------------- | ---------------------------------------- |
38-
| mysql-connector-java:8.x | mysql-socket-factory-connector-j-8:1.0.13 |
39-
| mysql-connector-java:6.x | mysql-socket-factory-connector-j-6:1.0.13 |
40-
| mysql-connector-java:5.1.x | mysql-socket-factory:1.0.13 |
38+
| mysql-connector-java:8.x | mysql-socket-factory-connector-j-8:1.0.14 |
39+
| mysql-connector-java:6.x | mysql-socket-factory-connector-j-6:1.0.14 |
40+
| mysql-connector-java:5.1.x | mysql-socket-factory:1.0.14 |
4141

4242

4343
##### Maven
@@ -46,14 +46,14 @@ Include the following in the project's `pom.xml`:
4646
<dependency>
4747
    <groupId>com.google.cloud.sql</groupId>
4848
    <artifactId>mysql-socket-factory-connector-j-8</artifactId>
49-
    <version>1.0.13</version>
49+
    <version>1.0.14</version>
5050
</dependency>
5151
```
5252

5353
##### Gradle
5454
Include the following the project's `gradle.build`
5555
```gradle
56-
compile 'com.google.cloud.sql:mysql-socket-factory-connector-j-8:1.0.13'
56+
compile 'com.google.cloud.sql:mysql-socket-factory-connector-j-8:1.0.14'
5757
```
5858

5959
#### PostgreSQL
@@ -64,14 +64,14 @@ Include the following in the project's `pom.xml`:
6464
<dependency>
6565
    <groupId>com.google.cloud.sql</groupId>
6666
    <artifactId>postgres-socket-factory</artifactId>
67-
    <version>1.0.13</version>
67+
    <version>1.0.14</version>
6868
</dependency>
6969
```
7070

7171
#### Gradle
7272
Include the following the project's `gradle.build`
7373
```gradle
74-
compile 'com.google.cloud.sql:postgres-socket-factory:1.0.13'
74+
compile 'com.google.cloud.sql:postgres-socket-factory:1.0.14'
7575
```
7676

7777

connector-j-5/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.google.cloud.sql</groupId>
99
<artifactId>jdbc-socket-factory-parent</artifactId>
10-
<version>1.0.14-SNAPSHOT</version>
10+
<version>1.0.14</version>
1111
</parent>
1212
<artifactId>mysql-socket-factory</artifactId>
1313
<packaging>jar</packaging>
@@ -29,7 +29,7 @@
2929
<dependency>
3030
<groupId>com.google.cloud.sql</groupId>
3131
<artifactId>jdbc-socket-factory-core</artifactId>
32-
<version>1.0.14-SNAPSHOT</version>
32+
<version>1.0.14</version>
3333
</dependency>
3434
</dependencies>
3535

connector-j-6/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.google.cloud.sql</groupId>
99
<artifactId>jdbc-socket-factory-parent</artifactId>
10-
<version>1.0.14-SNAPSHOT</version>
10+
<version>1.0.14</version>
1111
</parent>
1212
<artifactId>mysql-socket-factory-connector-j-6</artifactId>
1313
<packaging>jar</packaging>
@@ -29,7 +29,7 @@
2929
<dependency>
3030
<groupId>com.google.cloud.sql</groupId>
3131
<artifactId>jdbc-socket-factory-core</artifactId>
32-
<version>1.0.14-SNAPSHOT</version>
32+
<version>1.0.14</version>
3333
</dependency>
3434
</dependencies>
3535

connector-j-8/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.google.cloud.sql</groupId>
99
<artifactId>jdbc-socket-factory-parent</artifactId>
10-
<version>1.0.14-SNAPSHOT</version>
10+
<version>1.0.14</version>
1111
</parent>
1212
<artifactId>mysql-socket-factory-connector-j-8</artifactId>
1313
<packaging>jar</packaging>
@@ -23,13 +23,13 @@
2323
<dependency>
2424
<groupId>mysql</groupId>
2525
<artifactId>mysql-connector-java</artifactId>
26-
<version>8.0.15</version>
26+
<version>8.0.16</version>
2727
<scope>provided</scope>
2828
</dependency>
2929
<dependency>
3030
<groupId>com.google.cloud.sql</groupId>
3131
<artifactId>jdbc-socket-factory-core</artifactId>
32-
<version>1.0.14-SNAPSHOT</version>
32+
<version>1.0.14</version>
3333
</dependency>
3434
</dependencies>
3535

core/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.google.cloud.sql</groupId>
99
<artifactId>jdbc-socket-factory-parent</artifactId>
10-
<version>1.0.14-SNAPSHOT</version>
10+
<version>1.0.14</version>
1111
</parent>
1212
<artifactId>jdbc-socket-factory-core</artifactId>
1313
<packaging>jar</packaging>
@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>com.google.apis</groupId>
2525
<artifactId>google-api-services-sqladmin</artifactId>
26-
<version>v1beta4-rev20190313-1.28.0</version>
26+
<version>v1beta4-rev20190510-1.28.0</version>
2727
</dependency>
2828

2929
<dependency>
@@ -36,14 +36,14 @@
3636
<dependency>
3737
<groupId>org.mockito</groupId>
3838
<artifactId>mockito-core</artifactId>
39-
<version>2.25.1</version>
39+
<version>2.28.2</version>
4040
<scope>test</scope>
4141
</dependency>
4242

4343
<dependency>
4444
<groupId>com.google.truth</groupId>
4545
<artifactId>truth</artifactId>
46-
<version>0.43</version>
46+
<version>0.45</version>
4747
<scope>test</scope>
4848
</dependency>
4949

pom.xml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>com.google.cloud.sql</groupId>
88
<artifactId>jdbc-socket-factory-parent</artifactId>
99
<packaging>pom</packaging>
10-
<version>1.0.14-SNAPSHOT</version>
10+
<version>1.0.14</version>
1111

1212
<name>Cloud SQL JDBC Socket Factory</name>
1313
<description>
@@ -70,7 +70,7 @@
7070
<dependency>
7171
<groupId>com.github.jnr</groupId>
7272
<artifactId>jnr-unixsocket</artifactId>
73-
<version>0.22</version>
73+
<version>0.23</version>
7474
<exclusions>
7575
<exclusion>
7676
<groupId>org.ow2.asm</groupId>
@@ -139,7 +139,7 @@
139139
<plugin>
140140
<groupId>org.apache.maven.plugins</groupId>
141141
<artifactId>maven-checkstyle-plugin</artifactId>
142-
<version>3.0.0</version>
142+
<version>3.1.0</version>
143143
<configuration>
144144
<configLocation>google_checks.xml</configLocation>
145145
<logViolationsToConsole>true</logViolationsToConsole>
@@ -155,13 +155,6 @@
155155
</goals>
156156
</execution>
157157
</executions>
158-
<dependencies>
159-
<dependency>
160-
<groupId>com.puppycrawl.tools</groupId>
161-
<artifactId>checkstyle</artifactId>
162-
<version>8.18</version>
163-
</dependency>
164-
</dependencies>
165158
</plugin>
166159
</plugins>
167160
</build>

postgres/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.google.cloud.sql</groupId>
99
<artifactId>jdbc-socket-factory-parent</artifactId>
10-
<version>1.0.14-SNAPSHOT</version>
10+
<version>1.0.14</version>
1111
</parent>
1212

1313
<artifactId>postgres-socket-factory</artifactId>
@@ -30,7 +30,7 @@
3030
<dependency>
3131
<groupId>com.google.cloud.sql</groupId>
3232
<artifactId>jdbc-socket-factory-core</artifactId>
33-
<version>1.0.14-SNAPSHOT</version>
33+
<version>1.0.14</version>
3434
</dependency>
3535
</dependencies>
3636

0 commit comments

Comments
 (0)