Skip to content

Commit 130d724

Browse files
authored
Auto-update dependencies. (#1015)
* Auto-update dependencies. * Update pom.xml
1 parent 1ee5ae3 commit 130d724

File tree

52 files changed

+58
-64
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+58
-64
lines changed

appengine-java8/appidentity/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<dependency>
5252
<groupId>org.json</groupId>
5353
<artifactId>json</artifactId>
54-
<version>20171018</version>
54+
<version>20180130</version>
5555
</dependency>
5656

5757
<dependency>

appengine-java8/bigquery/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,12 @@
5353
<dependency>
5454
<groupId>com.google.cloud</groupId>
5555
<artifactId>google-cloud-bigquery</artifactId>
56-
<version>0.33.0-beta</version>
56+
<version>0.34.0-beta</version>
5757
</dependency>
5858
<dependency>
5959
<groupId>com.google.cloud</groupId>
6060
<artifactId>google-cloud-monitoring</artifactId>
61-
<version>0.33.0-beta</version>
61+
<version>0.34.0-beta</version>
6262
</dependency>
6363
<!-- [END dependencies ] -->
6464

appengine-java8/bigtable/pom.xml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,7 @@ limitations under the License.
4646
<dependency>
4747
<groupId>com.google.cloud.bigtable</groupId>
4848
<artifactId>bigtable-hbase-1.x</artifactId>
49-
<version>1.0.0-pre3</version>
50-
</dependency>
51-
52-
<dependency>
53-
<groupId>io.netty</groupId>
54-
<artifactId>netty-tcnative-boringssl-static</artifactId>
55-
<version>1.1.33.Fork26</version>
49+
<version>1.1.0</version>
5650
</dependency>
5751

5852
<!-- Compile/runtime dependencies -->

appengine-java8/endpoints-v2-backend/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<dependency>
5454
<groupId>com.google.endpoints</groupId>
5555
<artifactId>endpoints-management-control-appengine-all</artifactId>
56-
<version>1.0.6</version>
56+
<version>1.0.7</version>
5757
</dependency>
5858
<dependency>
5959
<groupId>com.google.appengine</groupId>

appengine-java8/endpoints-v2-guice/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.endpoints</groupId>
6161
<artifactId>endpoints-management-control-appengine-all</artifactId>
62-
<version>1.0.6</version>
62+
<version>1.0.7</version>
6363
</dependency>
6464
<dependency>
6565
<groupId>com.google.appengine</groupId>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
<dependency>
6666
<groupId>com.google.cloud</groupId>
6767
<artifactId>google-cloud</artifactId>
68-
<version>0.33.0-alpha</version>
68+
<version>0.34.0-alpha</version>
6969
</dependency>
7070

7171
<dependency>

appengine-java8/logs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
<dependency>
6060
<groupId>org.json</groupId>
6161
<artifactId>json</artifactId>
62-
<version>20171018</version>
62+
<version>20180130</version>
6363
</dependency>
6464
<dependency>
6565
<groupId>joda-time</groupId>

appengine-java8/pubsub/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@
5252
<dependency>
5353
<groupId>com.google.cloud</groupId>
5454
<artifactId>google-cloud-pubsub</artifactId>
55-
<version>0.33.0-beta</version>
55+
<version>0.34.0-beta</version>
5656
</dependency>
5757
<dependency>
5858
<groupId>com.google.cloud</groupId>
5959
<artifactId>google-cloud-datastore</artifactId>
60-
<version>1.15.0</version>
60+
<version>1.16.0</version>
6161
</dependency>
6262
<!-- [END dependencies] -->
6363
</dependencies>

appengine-java8/requests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Copyright 2016 Google Inc.
6060
<dependency>
6161
<groupId>org.json</groupId>
6262
<artifactId>json</artifactId>
63-
<version>20171018</version>
63+
<version>20180130</version>
6464
</dependency>
6565
<!-- Test Dependencies -->
6666
<dependency>

appengine-java8/spanner/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.cloud</groupId>
4646
<artifactId>google-cloud-spanner</artifactId>
47-
<version>0.33.0-beta</version>
47+
<version>0.34.0-beta</version>
4848
</dependency>
4949
<dependency>
5050
<groupId>javax.servlet</groupId>

0 commit comments

Comments
 (0)