Skip to content

Commit e840e86

Browse files
committed
Auto-update dependencies.
1 parent 3e5c3d1 commit e840e86

File tree

38 files changed

+43
-43
lines changed

38 files changed

+43
-43
lines changed

appengine-java8/bigtable/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ limitations under the License.
3737
<maven.compiler.source>1.8</maven.compiler.source>
3838
<maven.compiler.target>1.8</maven.compiler.target>
3939

40-
<bigtable.version>0.9.6.2</bigtable.version>
41-
<hbase.version>1.2.4</hbase.version>
40+
<bigtable.version>0.9.7.1</bigtable.version>
41+
<hbase.version>2.0.0-alpha2</hbase.version>
4242
<bigtable.projectID>YOUR_PROJECT_ID</bigtable.projectID>
4343
<bigtable.instanceID>YOUR_INSTANCE_ID</bigtable.instanceID>
4444

@@ -66,7 +66,7 @@ limitations under the License.
6666
<dependency>
6767
<groupId>io.netty</groupId>
6868
<artifactId>netty-tcnative-boringssl-static</artifactId>
69-
<version>1.1.33.Fork26</version>
69+
<version>2.0.6.Final</version>
7070
</dependency>
7171

7272
<!-- Compile/runtime dependencies -->
@@ -88,7 +88,7 @@ limitations under the License.
8888
<dependency>
8989
<groupId>com.google.truth</groupId>
9090
<artifactId>truth</artifactId>
91-
<version>0.30</version>
91+
<version>0.34</version>
9292
<scope>test</scope>
9393
</dependency>
9494

appengine-java8/cloudsql/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
<dependency>
7777
<groupId>com.google.cloud.sql</groupId>
7878
<artifactId>mysql-socket-factory</artifactId> <!-- mysql-socket-factory-connector-j-6 if using 6.x.x -->
79-
<version>1.0.3</version>
79+
<version>1.0.4</version>
8080
</dependency>
8181
<!-- [END dependencies] -->
8282
</dependencies>

appengine-java8/datastore/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<dependency>
4646
<groupId>com.google.auto.value</groupId>
4747
<artifactId>auto-value</artifactId>
48-
<version>1.4.1</version>
48+
<version>1.5</version>
4949
<scope>provided</scope>
5050
</dependency>
5151

appengine-java8/guestbook-cloud-datastore/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
<dependency>
6060
<groupId>com.google.cloud</groupId>
6161
<artifactId>google-cloud</artifactId>
62-
<version>0.21.1-alpha</version>
62+
<version>0.22.0-alpha</version>
6363
</dependency>
6464

6565
<dependency>

appengine-java8/mailjet/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<relativePath>..</relativePath>
2727
</parent>
2828
<properties>
29-
<mailjet.version>4.1.0</mailjet.version>
29+
<mailjet.version>4.1.1</mailjet.version>
3030
</properties>
3131
<dependencies>
3232
<dependency>

appengine-java8/postgres/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
<dependency>
7777
<groupId>com.google.cloud.sql</groupId>
7878
<artifactId>postgres-socket-factory</artifactId>
79-
<version>1.0.3</version>
79+
<version>1.0.4</version>
8080
</dependency>
8181
<!-- [END dependencies] -->
8282
</dependencies>

appengine-java8/spanner/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<dependency>
3838
<groupId>com.google.cloud</groupId>
3939
<artifactId>google-cloud-spanner</artifactId>
40-
<version>0.21.1-beta</version>
40+
<version>0.22.0-beta</version>
4141
</dependency>
4242
<dependency>
4343
<groupId>javax.servlet</groupId>

appengine/cloudsql/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
<dependency>
7878
<groupId>com.google.cloud.sql</groupId>
7979
<artifactId>mysql-socket-factory</artifactId>
80-
<version>1.0.3</version>
80+
<version>1.0.4</version>
8181
</dependency>
8282
<!-- [END dependencies] -->
8383
</dependencies>

appengine/datastore/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<dependency>
4545
<groupId>com.google.auto.value</groupId>
4646
<artifactId>auto-value</artifactId>
47-
<version>1.4.1</version>
47+
<version>1.5</version>
4848
<scope>provided</scope>
4949
</dependency>
5050
<dependency>

bigquery/cloud-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<dependency>
3838
<groupId>com.google.cloud</groupId>
3939
<artifactId>google-cloud-bigquery</artifactId>
40-
<version>0.21.1-beta</version>
40+
<version>0.22.0-beta</version>
4141
</dependency>
4242
<dependency>
4343
<groupId>commons-cli</groupId>

0 commit comments

Comments
 (0)