Skip to content

Commit c907070

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

File tree

19 files changed

+20
-20
lines changed

19 files changed

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

Lines changed: 1 addition & 1 deletion
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

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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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 -->

0 commit comments

Comments
 (0)