Skip to content

Commit 7af7d18

Browse files
authored
Release v1.0.15 (#157)
* Update dependencies. * Remove -SNAPSHOT. * Update README versions.
1 parent e23c6dc commit 7af7d18

File tree

7 files changed

+24
-24
lines changed

7 files changed

+24
-24
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.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 |
38+
| mysql-connector-java:8.x | mysql-socket-factory-connector-j-8:1.0.15 |
39+
| mysql-connector-java:6.x | mysql-socket-factory-connector-j-6:1.0.15 |
40+
| mysql-connector-java:5.1.x | mysql-socket-factory:1.0.15 |
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.14</version>
49+
    <version>1.0.15</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.14'
56+
compile 'com.google.cloud.sql:mysql-socket-factory-connector-j-8:1.0.15'
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.14</version>
67+
    <version>1.0.15</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.14'
74+
compile 'com.google.cloud.sql:postgres-socket-factory:1.0.15'
7575
```
7676

7777

connector-j-5/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.15-SNAPSHOT</version>
10+
<version>1.0.15</version>
1111
</parent>
1212
<artifactId>mysql-socket-factory</artifactId>
1313
<packaging>jar</packaging>
@@ -23,13 +23,13 @@
2323
<dependency>
2424
<groupId>mysql</groupId>
2525
<artifactId>mysql-connector-java</artifactId>
26-
<version>5.1.47</version>
26+
<version>5.1.48</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.15-SNAPSHOT</version>
32+
<version>1.0.15</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.15-SNAPSHOT</version>
10+
<version>1.0.15</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.15-SNAPSHOT</version>
32+
<version>1.0.15</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.15-SNAPSHOT</version>
10+
<version>1.0.15</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.16</version>
26+
<version>8.0.17</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.15-SNAPSHOT</version>
32+
<version>1.0.15</version>
3333
</dependency>
3434
</dependencies>
3535

core/pom.xml

Lines changed: 5 additions & 5 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.15-SNAPSHOT</version>
10+
<version>1.0.15</version>
1111
</parent>
1212
<artifactId>jdbc-socket-factory-core</artifactId>
1313
<packaging>jar</packaging>
@@ -23,13 +23,13 @@
2323
<dependency>
2424
<groupId>com.google.apis</groupId>
2525
<artifactId>google-api-services-sqladmin</artifactId>
26-
<version>v1beta4-rev20190510-1.28.0</version>
26+
<version>v1beta4-rev20190607-1.30.1</version>
2727
</dependency>
2828

2929
<dependency>
3030
<groupId>com.google.auth</groupId>
3131
<artifactId>google-auth-library-oauth2-http</artifactId>
32-
<version>0.16.2</version>
32+
<version>0.17.1</version>
3333
</dependency>
3434

3535
<dependency>
@@ -42,14 +42,14 @@
4242
<dependency>
4343
<groupId>org.mockito</groupId>
4444
<artifactId>mockito-core</artifactId>
45-
<version>2.28.2</version>
45+
<version>3.0.0</version>
4646
<scope>test</scope>
4747
</dependency>
4848

4949
<dependency>
5050
<groupId>com.google.truth</groupId>
5151
<artifactId>truth</artifactId>
52-
<version>0.45</version>
52+
<version>1.0</version>
5353
<scope>test</scope>
5454
</dependency>
5555

pom.xml

Lines changed: 1 addition & 1 deletion
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.15-SNAPSHOT</version>
10+
<version>1.0.15</version>
1111

1212
<name>Cloud SQL JDBC Socket Factory</name>
1313
<description>

postgres/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.15-SNAPSHOT</version>
10+
<version>1.0.15</version>
1111
</parent>
1212

1313
<artifactId>postgres-socket-factory</artifactId>
@@ -24,13 +24,13 @@
2424
<dependency>
2525
<groupId>org.postgresql</groupId>
2626
<artifactId>postgresql</artifactId>
27-
<version>42.2.5</version>
27+
<version>42.2.6</version>
2828
<scope>provided</scope>
2929
</dependency>
3030
<dependency>
3131
<groupId>com.google.cloud.sql</groupId>
3232
<artifactId>jdbc-socket-factory-core</artifactId>
33-
<version>1.0.15-SNAPSHOT</version>
33+
<version>1.0.15</version>
3434
</dependency>
3535
</dependencies>
3636

0 commit comments

Comments
 (0)