8000 Auto-update dependencies. (#1262) · ileinone/java-docs-samples@8ef463d · GitHub
[go: up one dir, main page]

Skip to content

Commit 8ef463d

Browse files
dpebotkurtisvg
authored andcommitted
Auto-update dependencies. (GoogleCloudPlatform#1262)
* Auto-update dependencies. * Rollback iap/ * Rollback firestore/ * Rollback dialogflow/cloud-client/
1 parent 0de8cd0 commit 8ef463d

File tree

122 files changed

+364
-364
lines changed

Some content is hidden

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

122 files changed

+364
-364
lines changed

appengine-java8/analytics/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@
3333
<properties>
3434
<maven.compiler.target>1.8</maven.compiler.target>
3535
<maven.compiler.source>1.8</maven.compiler.source>
36-
<appengine.sdk.version>1.9.68</appengine.sdk.version>
36+
<appengine.sdk.version>1.9.71</appengine.sdk.version>
3737
</properties>
3838

3939
<dependencies>
4040
<!-- Compile/runtime dependencies -->
4141
<dependency>
4242
<groupId>com.google.appengine</groupId>
4343
<artifactId>appengine-api-1.0-sdk</artifactId>
44-
<version>1.9.68</version>
44+
<version>1.9.71</version>
4545
</dependency>
4646

4747
<dependency>
@@ -53,7 +53,7 @@
5353
<dependency>
5454
<groupId>org.apache.httpcomponents</groupId>
5555
<artifactId>httpclient</artifactId>
56-
<version>4.5.6</version>
56+
<version>4.5.7</version>
5757
</dependency>
5858

5959
<dependency>
@@ -74,20 +74,20 @@
7474
<dependency>
7575
<groupId>com.google.appengine</groupId>
7676
<artifactId>appengine-api-stubs</artifactId>
77-
<version>1.9.68</version>
77+
<version>1.9.71</version>
7878
<scope>test</scope>
7979
</dependency>
8080

8181
<dependency>
8282
<groupId>junit</groupId>
8383
<artifactId>junit</artifactId>
84-
<version>4.12</version>
84+
<version>4.13-beta-2</version>
8585
<scope>test</scope>
8686
</dependency>
8787
<dependency>
8888
<groupId>org.mockito</groupId>
8989
<artifactId>mockito-core</artifactId>
90-
<version>2.23.0</version>
90+
<version>2.24.0</version>
9191
<scope>test</scope>
9292
</dependency>
9393
<dependency>

appengine-java8/appidentity/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<dependency>
4040
<groupId>com.google.appengine</groupId>
4141
<artifactId>appengine-api-1.0-sdk</artifactId>
42-
<version>1.9.68</version>
42+
<version>1.9.71</version>
4343
</dependency>
4444

4545
<dependency>
@@ -66,20 +66,20 @@
6666
<dependency>
6767
<groupId>com.google.appengine</groupId>
6868
<artifactId>appengine-api-stubs</artifactId>
69-
<version>1.9.68</version>
69+
<version>1.9.71</version>
7070
<scope>test</scope>
7171
</dependency>
7272
<dependency>
7373
<groupId>com.google.appengine</groupId>
7474
<artifactId>appengine-tools-sdk</artifactId>
75-
<version>1.9.68</version>
75+
<version>1.9.71</version>
7676
<scope>test</scope>
7777
</dependency>
7878

7979
<dependency>
8080
<groupId>junit</groupId>
8181
<artifactId>junit</artifactId>
82-
<version>4.12</version>
82+
<version>4.13-beta-2</version>
8383
<scope>test</scope>
8484
</dependency>
8585
<dependency>
@@ -91,7 +91,7 @@
9191
<dependency>
9292
<groupId>com.google.appengine</groupId>
9393
<artifactId>appengine-testing</artifactId>
94-
<version>1.9.68</version>
94+
<version>1.9.71</version>
9595
<scope>test</scope>
9696
</dependency>
9797
<dependency>

appengine-java8/bigquery/pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<dependency>
4040
<groupId>com.google.appengine</groupId>
4141
<artifactId>appengine-api-1.0-sdk</artifactId>
42-
<version>1.9.68</version>
42+
<version>1.9.71</version>
4343
</dependency>
4444
<dependency>
4545
<groupId>javax.servlet</groupId>
@@ -52,12 +52,12 @@
5252
<dependency>
5353
<groupId>com.google.cloud</groupId>
5454
<artifactId>google-cloud-bigquery</artifactId>
55-
<version>1.52.0</version>
55+
<version>1.62.0</version>
5656
</dependency>
5757
<dependency>
5858
<groupId>com.google.cloud</groupId>
5959
<artifactId>google-cloud-monitoring</artifactId>
60-
<version>1.52.0</version>
60+
<version>1.62.0</version>
6161
</dependency>
6262

6363
<dependency>
@@ -75,32 +75,32 @@
7575
<dependency>
7676
<groupId>com.google.appengine</groupId>
7777
<artifactId>appengine-api-stubs</artifactId>
78-
<version>1.9.68</version>
78+
<version>1.9.71</version>
7979
<scope>test</scope>
8080
</dependency>
8181
<dependency>
8282
<groupId>com.google.appengine</groupId>
8383
<artifactId>appengine-tools-sdk</artifactId>
84-
<version>1.9.68</version>
84+
<version>1.9.71</version>
8585
<scope>test</scope>
8686
</dependency>
8787

8888
<dependency>
8989
<groupId>junit</groupId>
9090
<artifactId>junit</artifactId>
91-
<version>4.12</version>
91+
<version>4.13-beta-2</version>
9292
<scope>test</scope>
9393
</dependency>
9494
<dependency>
9595
<groupId>org.mockito</groupId>
9696
<artifactId>mockito-core</artifactId>
97-
<version>2.23.0</version>
97+
<version>2.24.0</version>
9898
<scope>test</scope>
9999
</dependency>
100100
<dependency>
101101
<groupId>com.google.appengine</groupId>
102102
<artifactId>appengine-testing</artifactId>
103-
<version>1.9.68</version>
103+
<version>1.9.71</version>
104104
<scope>test</scope>
105105
</dependency>
106106
<dependency>

appengine-java8/bigtable/pom.xml

Lines changed: 2 additions & 2 deletions
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.6.0</version>
49+
<version>1.8.0</version>
5050
</dependency>
5151

5252
<!-- Compile/runtime dependencies -->
@@ -75,7 +75,7 @@ limitations under the License.
7575
<dependency>
7676
<groupId>junit</groupId>
7777
<artifactId>junit</artifactId>
78-
<version>4.12</version>
78+
<version>4.13-beta-2</version>
7979
<scope>test</scope>
8080
</dependency>
8181
<dependency>

appengine-java8/cloudsql-postgres/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<dependency>
5353
<groupId>com.google.appengine</groupId>
5454
<artifactId>appengine-api-1.0-sdk</artifactId>
55-
<version>1.9.68</version>
55+
<version>1.9.71</version>
5656
</dependency>
5757

5858
<dependency>
@@ -66,7 +66,7 @@
6666
<dependency>
6767
<groupId>com.google.api-client</groupId>
6868
<artifactId>google-api-client-appengine</artifactId>
69-
<version>1.27.0</version>
69+
<version>1.28.0</version>
7070
</dependency>
7171

7272
<!-- [START gae_java8_postgres_dependencies] -->
@@ -79,7 +79,7 @@
7979
<dependency>
8080
<groupId>com.google.cloud.sql</groupId>
8181
<artifactId>postgres-socket-factory</artifactId>
82-
<version>1.0.11</version>
82+
<version>1.0.12</version>
8383
</dependency>
8484
<!-- [END gae_java8_postgres_dependencies] -->
8585
</dependencies>

appengine-java8/cloudsql/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
<dependency>
5555
<groupId>com.google.appengine</groupId>
5656
<artifactId>appengine-api-1.0-sdk</artifactId>
57-
<version>1.9.68</version>
57+
<version>1.9.71</version>
5858
</dependency>
5959

6060
<dependency>
@@ -68,7 +68,7 @@
6868
<dependency>
6969
<groupId>com.google.api-client</groupId>
7070
<artifactId>google-api-client-appengine</artifactId>
71-
<version>1.27.0</version>
71+
<version>1.28.0</version>
7272
</dependency>
7373

7474
<!-- [START gae_java8_mysql_dependencies] -->
@@ -80,7 +80,7 @@
8080
<dependency>
8181
<groupId>com.google.cloud.sql</groupId>
8282
<artifactId>mysql-socket-factory</artifactId>
83-
<version>1.0.11</version>
83+
<version>1.0.12</version>
8484
</dependency>
8585
<!-- [END gae_java8_mysql_dependencies] -->
8686
</dependencies>

appengine-java8/datastore-indexes-exploding/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<dependency>
4040
<groupId>com.google.appengine</groupId>
4141
<artifactId>appengine-api-1.0-sdk</artifactId>
42-
<version>1.9.68</version>
42+
<version>1.9.71</version>
4343
</dependency>
4444
<dependency>
4545
<groupId>javax.servlet</groupId>
@@ -53,7 +53,7 @@
5353
<dependency>
5454
<groupId>junit</groupId>
5555
<artifactId>junit</artifactId>
56-
<version>4.12</version>
56+
<version>4.13-beta-2</version>
5757
<scope>test</scope>
5858
</dependency>
5959
<dependency>
@@ -65,19 +65,19 @@
6565
<dependency>
6666
<groupId>com.google.appengine</groupId>
6767
<artifactId>appengine-testing</artifactId>
68-
<version>1.9.68</version>
68+
<version>1.9.71</version>
6969
<scope>test</scope>
7070
</dependency>
7171
<dependency>
7272
<groupId>com.google.appengine</groupId>
7373
<artifactId>appengine-api-stubs</artifactId>
74-
<version>1.9.68</version>
74+
<version>1.9.71</version>
7575
<scope>test</scope>
7676
</dependency>
7777
<dependency>
7878
<groupId>com.google.appengine</groupId>
7979
<artifactId>appengine-tools-sdk</artifactId>
80-
<version>1.9.68</version>
80+
<version>1.9.71</version>
8181
<scope>test</scope>
8282
</dependency>
8383
<dependency>

appengine-java8/datastore-indexes-perfect/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<dependency>
4040
<groupId>com.google.appengine</groupId>
4141
<artifactId>appengine-api-1.0-sdk</artifactId>
42-
<version>1.9.68</version>
42+
<version>1.9.71</version>
4343
</dependency>
4444
<dependency>
4545
<groupId>javax.servlet</groupId>
@@ -53,7 +53,7 @@
5353
<dependency>
5454
<groupId>junit</groupId>
5555
<artifactId>junit</artifactId>
56-
<version>4.12</version>
56+
<version>4.13-beta-2</version>
5757
<scope>test</scope>
5858
</dependency>
5959
<dependency>
@@ -65,19 +65,19 @@
6565
<dependency>
6666
<groupId>com.google.appengine</groupId>
6767
<artifactId>appengine-testing</artifactId>
68-
<version>1.9.68</version>
68+
<version>1.9.71</version>
6969
<scope>test</scope>
7070
</dependency>
7171
<dependency>
7272
<groupId>com.google.appengine</groupId>
7373
<artifactId>appengine-api-stubs</artifactId>
74-
<version>1.9.68</version>
74+
<version>1.9.71</version>
7575
<scope>test</scope>
7676
</dependency>
7777
<dependency>
7878
<groupId>com.google.appengine</groupId>
7979
<artifactId>appengine-tools-sdk</artifactId>
80-
<version>1.9.68</version>
80+
<version>1.9.71</version>
8181
<scope>test</scope>
8282
</dependency>
8383
<dependency>

appengine-java8/datastore-indexes/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<dependency>
4040
<groupId>com.google.appengine</groupId>
4141
<artifactId>appengine-api-1.0-sdk</artifactId>
42-
<version>1.9.68</version>
42+
<version>1.9.71</version>
4343
</dependency>
4444

4545
<dependency>
@@ -54,7 +54,7 @@
5454
<dependency>
5555
<groupId>junit</groupId>
5656
<artifactId>junit</artifactId>
57-
<version>4.12</version>
57+
<version>4.13-beta-2</version>
5858
<scope>test</scope>
5959
</dependency>
6060
<dependency>
@@ -66,19 +66,19 @@
6666
<dependency>
6767
<groupId>com.google.appengine</groupId>
6868
<artifactId>appengine-testing</artifactId>
69-
<version>1.9.68</version>
69+
<version>1.9.71</version>
7070
<scope>test</scope>
7171
</dependency>
7272
<dependency>
7373
<groupId>com.google.appengine</groupId>
7474
<artifactId>appengine-api-stubs</artifactId>
75-
<version>1.9.68</version>
75+
<version>1.9.71</version>
7676
<scope>test</scope>
7777
</dependency>
7878
<dependency>
7979
<groupId>com.google.appengine</groupId>
8080
<artifactId>appengine-tools-sdk</artifactId>
81-
<version>1.9.68</version>
81+
<version>1.9.71</version>
8282
<scope>test</scope>
8383
</dependency>
8484
<dependency>

appengine-java8/datastore/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<dependency>
4040
<groupId>com.google.appengine</groupId>
4141
<artifactId>appengine-api-1.0-sdk</artifactId>
42-
<version>1.9.68</version>
42+
<version>1.9.71</version>
4343
</dependency>
4444

4545
<dependency>
@@ -79,7 +79,7 @@
7979
<dependency>
8080
<groupId>junit</groupId>
8181
<artifactId>junit</artifactId>
82-
<version>4.12</version>
82+
<version>4.13-beta-2</version>
8383
<scope>test</scope>
8484
</dependency>
8585
<dependency>
@@ -92,19 +92,19 @@
9292
<dependency>
9393
<groupId>com.google.appengine</groupId>
9494
<artifactId>appengine-testing</artifactId>
95-
<version>1.9.68</version>
95+
<version>1.9.71</version>
9696
<scope>test</scope>
9797
</dependency>
9898
<dependency>
9999
<groupId>com.google.appengine</groupId>
100100
<artifactId>appengine-api-stubs</artifactId>
101-
<version>1.9.68</version>
101+
<version>1.9.71</version>
102102
<scope>test</scope>
103103
</dependency>
104104
<dependency>
105105
<groupId>com.google.appengine</groupId>
106106
<artifactId>appengine-tools-sdk</artifactId>
107-
<version>1.9.68</version>
107+
<version>1.9.71</version>
108108
<scope>test</scope>
109109
</dependency>
110110
<dependency>

0 commit comments

Comments
 (0)
0