Skip to content

Commit aa9f778

Browse files
committed
Auto-update dependencies.
1 parent 9d4d636 commit aa9f778

File tree

19 files changed

+20
-20
lines changed

19 files changed

+20
-20
lines changed

appengine-java8/appidentity/pom.xml

+1-1
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/bigtable/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +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>
49+
<version>1.1.0</version>
5050
</dependency>
5151

5252
<dependency>

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

+1-1
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

+1-1
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/logs/pom.xml

+1-1
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/requests/pom.xml

+1-1
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/taskqueues-push/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Copyright 2016 Google Inc.
4848
<dependency>
4949
<groupId>org.json</groupId>
5050
<artifactId>json</artifactId>
51-
<version>20171018</version>
51+
<version>20180130</version>
5252
</dependency>
5353
<dependency>
5454
<groupId>com.google.appengine</groupId>

appengine-java8/urlfetch/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Copyright 2015 Google Inc.
4747
<dependency>
4848
<groupId>org.json</groupId>
4949
<artifactId>json</artifactId>
50-
<version>20171018</version>
50+
<version>20180130</version>
5151
</dependency>
5252
</dependencies>
5353

appengine-java8/users/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Copyright 2015 Google Inc.
5959
<dependency>
6060
<groupId>org.json</groupId>
6161
<artifactId>json</artifactId>
62-
<version>20171018</version>
62+
<version>20180130</version>
6363
</dependency>
6464

6565
<!-- Test Dependencies -->

appengine/appidentity/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<dependency>
5757
<groupId>org.json</groupId>
5858
<artifactId>json</artifactId>
59-
<version>20171018</version>
59+
<version>20180130</version>
6060
</dependency>
6161

6262
<!-- Test Dependencies -->

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,12 @@
5454
<dependency>
5555
<groupId>com.google.endpoints</groupId>
5656
<artifactId>endpoints-management-control-appengine</artifactId>
57-
<version>1.0.6</version>
57+
<version>1.0.7</version>
5858
</dependency>
5959
<dependency>
6060
<groupId>com.google.endpoints</groupId>
6161
<artifactId>endpoints-framework-auth</artifactId>
62-
<version>1.0.6</version>
62+
<version>1.0.7</version>
6363
</dependency>
6464
<!-- [END api_management] -->
6565
<dependency>

appengine/endpoints-frameworks-v2/guice-example/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<dependency>
6161
<groupId>com.google.endpoints</groupId>
6262
<artifactId>endpoints-management-control-appengine-all</artifactId>
63-
<version>1.0.6</version>
63+
<version>1.0.7</version>
6464
</dependency>
6565
<dependency>
6666
<groupId>com.google.appengine</groupId>

appengine/logs/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<dependency>
5353
<groupId>org.json</groupId>
5454
<artifactId>json</artifactId>
55-
<version>20171018</version>
55+
<version>20180130</version>
5656
</dependency>
5757
<dependency>
5858
<groupId>joda-time</groupId>

appengine/requests/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Copyright 2016 Google Inc.
5757
<dependency>
5858
<groupId>org.json</groupId>
5959
<artifactId>json</artifactId>
60-
<version>20171018</version>
60+
<version>20180130</version>
6161
</dependency>
6262
<!-- Test Dependencies -->
6363
<dependency>

appengine/taskqueue/push-samples/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Copyright 2016 Google Inc.
4747
<dependency>
4848
<groupId>org.json</groupId>
4949
<artifactId>json</artifactId>
50-
<version>20171018</version>
50+
<version>20180130</version>
5151
</dependency>
5252
<dependency>
5353
<groupId>com.google.appengine</groupId>

appengine/urlfetch/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Copyright 2015 Google Inc.
4545
<dependency>
4646
<groupId>org.json</groupId>
4747
<artifactId>json</artifactId>
48-
<version>20171018</version>
48+
<version>20180130</version>
4949
</dependency>
5050
</dependencies>
5151

appengine/users/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Copyright 2015 Google Inc.
5454
<dependency>
5555
<groupId>org.json</groupId>
5656
<artifactId>json</artifactId>
57-
<version>20171018</version>
57+
<version>20180130</version>
5858
</dependency>
5959
<!-- Test Dependencies -->
6060
<dependency>

compute/cmdline/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ limitations under the License.
3232
<properties>
3333
<maven.compiler.target>1.8</maven.compiler.target>
3434
<maven.compiler.source>1.8</maven.compiler.source>
35-
<project.compute.version>v1-rev166-1.23.0</project.compute.version>
35+
<project.compute.version>v1-rev168-1.22.0</project.compute.version>
3636
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3737
</properties>
3838

storage/storage-transfer/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<dependency>
4444
<groupId>com.google.apis</groupId>
4545
<artifactId>google-api-services-storagetransfer</artifactId>
46-
<version>v1-rev43-1.23.0</version>
46+
<version>v1-rev44-1.23.0</version>
4747
<exclusions>
4848
<exclusion> <!-- exclude an old version of Guava -->
4949
<groupId>com.google.guava</groupId>

0 commit comments

Comments
 (0)