8000 Auto-update dependencies. (#899) · ConjectoBI/java-docs-samples@dbf2396 · GitHub
[go: up one dir, main page]

Skip to content

Commit dbf2396

Browse files
dpebotkurtisvg
authored andcommitted
Auto-update dependencies. (GoogleCloudPlatform#899)
1 parent ab7da15 commit dbf2396

File tree

74 files changed

+100
-100
lines changed

Some content is hidden

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

74 files changed

+100
-100
lines changed

appengine-java8/analytics/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<properties>
3232
<maven.compiler.target>1.8</maven.compiler.target>
3333
<maven.compiler.source>1.8</maven.compiler.source>
34-
<appengine.sdk.version>1.9.58</appengine.sdk.version>
34+
<appengine.sdk.version>1.9.59</appengine.sdk.version>
3535
</properties>
3636

3737
<dependencies>
@@ -85,7 +85,7 @@
8585
<dependency>
8686
<groupId>org.mockito</groupId>
8787
<artifactId>mockito-core</artifactId>
88-
<version>2.10.0</version>
88+
<version>2.11.0</version>
8989
<scope>test</scope>
9090
</dependency>
9191
<dependency>

appengine-java8/appidentity/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<properties>
3131
<maven.compiler.target>1.8</maven.compiler.target>
3232
<maven.compiler.source>1.8</maven.compiler.source>
33-
<appengine.sdk.version>1.9.58</appengine.sdk.version>
33+
<appengine.sdk.version>1.9.59</appengine.sdk.version>
3434
</properties>
3535

3636
<dependencies>
@@ -49,7 +49,7 @@
4949
<dependency>
5050
<groupId>org.json</groupId>
5151
<artifactId>json</artifactId>
52-
<version>20170516</version>
52+
<version>20171018</version>
5353
</dependency>
5454

5555
<dependency>

appengine-java8/cloudsql/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<dependency>
5050
<groupId>com.google.appengine</groupId>
5151
<artifactId>appengine-api-1.0-sdk</artifactId>
52-
<version>1.9.58</version>
52+
<version>1.9.59</version>
5353
</dependency>
5454

5555
<dependency>

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.5.1</version>
48+
<version>1.5.2</version>
4949
<scope>provided</scope>
5050
</dependency>
5151

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<properties>
3232
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3333

34-
<endpoints.framework.version>2.0.8</endpoints.framework.version>
34+
<endpoints.framework.version>2.0.9</endpoints.framework.version>
3535
<endpoints.management.version>1.0.4</endpoints.management.version>
3636

3737
<endpoints.project.id>YOUR_PROJECT_ID</endpoints.project.id>
@@ -55,7 +55,7 @@
5555
<dependency>
5656
<groupId>com.google.appengine</groupId>
5757
<artifactId>appengine-api-1.0-sdk</artifactId>
58-
<version>1.9.58</version>
58+
<version>1.9.59</version>
5959
</dependency>
6060
<dependency>
6161
<groupId>javax.servlet</groupId>

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<properties>
3232
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3333

34-
<endpoints.framework.version>2.0.8</endpoints.framework.version>
34+
<endpoints.framework.version>2.0.9</endpoints.framework.version>
3535
<endpoints.management.version>1.0.4</endpoints.management.version>
3636

3737
<endpoints.project.id>YOUR_PROJECT_ID</endpoints.project.id>
@@ -50,7 +50,7 @@
5050
<dependency>
5151
<groupId>com.google.endpoints</groupId>
5252
<artifactId>endpoints-framework-guice</artifactId>
53-
<version>2.0.8</version>
53+
<version>2.0.9</version>
5454
</dependency>
5555
<dependency>
5656
<groupId>com.google.endpoints</groupId>
@@ -60,7 +60,7 @@
6060
<dependency>
6161
<groupId>com.google.appengine</groupId>
6262
<artifactId>appengine-api-1.0-sdk</artifactId>
63-
<version>1.9.58</version>
63+
<version>1.9.59</version>
6464
</dependency>
6565
<dependency>
6666
<groupId>javax.servlet</groupId>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@ limitations under the License.
4141
<dependency>
4242
<groupId>com.google.endpoints</groupId>
4343
<artifactId>endpoints-framework</artifactId>
44-
<version>2.0.8</version>
44+
<version>2.0.9</version>
4545
</dependency>
4646
<!-- [END endpoints-frameworks] -->
4747
<dependency>
4848
<groupId>com.google.appengine</groupId>
4949
<artifactId>appengine-api-1.0-sdk</artifactId>
50-
<version>1.9.58</version>
50+
<version>1.9.59</version>
5151
</dependency>
5252
<dependency>
5353
<groupId>javax.servlet</groupId>

appengine-java8/firebase-event-proxy/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,12 @@
6262
<dependency>
6363
<groupId>com.fasterxml.jackson.core</groupId>
6464
<artifactId>jackson-core</artifactId>
65-
<version>2.9.1</version>
65+
<version>2.9.2</version>
6666
</dependency>
6767
<dependency>
6868
<groupId>com.fasterxml.jackson.core</groupId>
6969
<artifactId>jackson-databind</artifactId>
70-
<version>2.9.1</version>
70+
<version>2.9.2</version>
7171
</dependency>
7272

7373
<!-- Test Dependencies -->

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.25.0-alpha</version>
62+
<version>0.26.0-alpha</version>
6363
</dependency>
6464

6565
<dependency>

appengine-java8/images/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Copyright 2015 Google Inc.
2121
<artifactId>appengine-images-j8</artifactId>
2222

2323
<properties>
24-
<appengine.sdk.version>1.9.58</appengine.sdk.version>
24+
<appengine.sdk.version>1.9.59</appengine.sdk.version>
2525
</properties>
2626

2727
<parent>

0 commit comments

Comments
 (0)
0