Skip to content

Commit 23651d8

Browse files
committed
Rollback
1 parent 5d92378 commit 23651d8

File tree

25 files changed

+90
-90
lines changed

25 files changed

+90
-90
lines changed

appengine-java11/kotlin-ktor/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,32 +58,32 @@ limitations under the License.
5858
<dependency>
5959
<groupId>org.jetbrains.kotlin</groupId>
6060
<artifactId>kotlin-stdlib-jdk8</artifactId>
61-
<version>1.3.31</version>
61+
<version>1.3.30</version>
6262
</dependency>
6363
<dependency>
6464
<groupId>io.ktor</groupId>
6565
<artifactId>ktor-server-netty</artifactId>
66-
<version>1.2.1-1.3.40-eap-67</version>
66+
<version>1.1.3</version>
6767
</dependency>
6868
<dependency>
6969
<groupId>ch.qos.logback</groupId>
7070
<artifactId>logback-classic</artifactId>
71-
<version>1.3.0-alpha4</version>
71+
<version>1.2.3</version>
7272
</dependency>
7373
<dependency>
7474
<groupId>io.ktor</groupId>
7575
<artifactId>ktor-server-core</artifactId>
76-
<version>1.2.1-1.3.40-eap-67</version>
76+
<version>1.1.3</version>
7777
</dependency>
7878
<dependency>
7979
<groupId>io.ktor</groupId>
8080
<artifactId>ktor-server-host-common</artifactId>
81-
<version>1.2.1-1.3.40-eap-67</version>
81+
<version>1.1.3</version>
8282
</dependency>
8383
<dependency>
8484
<groupId>io.ktor</groupId>
8585
<artifactId>ktor-server-tests</artifactId>
86-
<version>1.2.1-1.3.40-eap-67</version>
86+
<version>1.1.3</version>
8787
<scope>test</scope>
8888
</dependency>
8989
</dependencies>

appengine/guestbook-cloud-datastore/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<dependency>
5252
<groupId>com.google.appengine</groupId>
5353
<artifactId>appengine-api-1.0-sdk</artifactId>
54-
<version>1.9.75</version>
54+
<version>1.9.59</version>
5555
</dependency>
5656
<dependency>
5757
<groupId>javax.servlet</groupId>
@@ -68,7 +68,7 @@
6868
<dependency>
6969
<groupId>com.google.cloud</groupId>
7070
<artifactId>google-cloud</artifactId>
71-
<version>0.47.0-alpha</version>
71+
<version>0.4.0</version>
7272
</dependency>
7373

7474
<dependency>
@@ -81,7 +81,7 @@
8181
<dependency>
8282
<groupId>junit</groupId>
8383
<artifactId>junit</artifactId>
84-
<version>4.13-beta-3</version>
84+
<version>4.12</version>
8585
<scope>test</scope>
8686
</dependency>
8787
<dependency>
@@ -93,19 +93,19 @@
9393
<dependency>
9494
<groupId>com.google.appengine</groupId>
9595
<artifactId>appengine-testing</artifactId>
96-
<version>1.9.75</version>
96+
<version>1.9.59</version>
9797
<scope>test</scope>
9898
</dependency>
9999
<dependency>
100100
<groupId>com.google.appengine</groupId>
101101
<artifactId>appengine-api-stubs</artifactId>
102-
<version>1.9.75</version>
102+
<version>1.9.59</version>
103103
<scope>test</scope>
104104
</dependency>
105105
<dependency>
106106
<groupId>com.google.appengine</groupId>
107107
<artifactId>appengine-tools-sdk</artifactId>
108-
<version>1.9.75</version>
108+
<version>1.9.59</version>
109109
<scope>test</scope>
110110
</dependency>
111111
</dependencies>

appengine/images/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Copyright 2015 Google Inc.
3131
</parent>
3232

3333
<properties>
34-
<appengine.sdk.version>1.9.74</appengine.sdk.version>
34+
<appengine.sdk.version>1.9.71</appengine.sdk.version>
3535
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3636
<maven.compiler.source>1.8</maven.compiler.source>
3737
<maven.compiler.target>1.8</maven.compiler.target>

bigquery/datatransfer/cloud-client/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,21 +40,21 @@
4040
<dependency>
4141
<groupId>com.google.cloud</groupId>
4242
<artifactId>google-cloud-bigquerydatatransfer</artifactId>
43-
<version>0.95.0-beta</version>
43+
<version>0.88.0-beta</version>
4444
</dependency>
4545
<!-- [END bigquerydatatransfer_java_dependencies] -->
4646

4747
<!-- Test dependencies -->
4848
<dependency>
4949
<groupId>junit</groupId>
5050
<artifactId>junit</artifactId>
51-
<version>4.13-beta-3</version>
51+
<version>4.13-beta-2</version>
5252
<scope>test</scope>
5353
</dependency>
5454
<dependency>
5555
<groupId>com.google.truth</groupId>
5656
<artifactId>truth</artifactId>
57-
<version>0.45</version>
57+
<version>0.44</version>
5858
<scope>test</scope>
5959
</dependency>
6060
</dependencies>

bigtable/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,14 @@
4545
<dependency>
4646
<groupId>junit</groupId>
4747
<artifactId>junit</artifactId>
48-
<version>4.13-beta-3</version>
48+
<version>4.12</version>
4949
<scope>test</scope>
5050
</dependency>
5151
<!-- https://mvnrepository.com/artifact/com.google.cloud/google-cloud-bigtable -->
5252
<dependency>
5353
<groupId>com.google.cloud</groupId>
5454
<artifactId>google-cloud-bigtable</artifactId>
55-
<version>0.95.0-alpha</version>
55+
<version>0.92.0-alpha</version>
5656
</dependency>
5757
</dependencies>
5858

container-registry/container-analysis/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,22 +31,22 @@
3131
<dependency>
3232
<groupId>com.google.cloud</groupId>
3333
<artifactId>google-cloud-containeranalysis</artifactId>
34-
<version>0.95.0-beta</version>
34+
<version>0.80.0-beta</version>
3535
</dependency>
3636
<dependency>
3737
<groupId>com.google.cloud</groupId>
3838
<artifactId>google-cloud-pubsub</artifactId>
39-
<version>1.77.0</version>
39+
<version>1.62.0</version>
4040
</dependency>
4141
<dependency>
4242
<groupId>com.google.api</groupId>
4343
<artifactId>gax</artifactId>
44-
<version>1.45.0</version>
44+
<version>1.38.0</version>
4545
</dependency>
4646
<dependency>
4747
<groupId>com.google.api</groupId>
4848
<artifactId>gax-grpc</artifactId>
49-
<version>1.45.0</version>
49+
<version>1.38.0</version>
5050
</dependency>
5151
<dependency>
5252
<groupId>commons-cli</groupId>
@@ -68,7 +68,7 @@
6868
<dependency>
6969
<groupId>junit</groupId>
7070
<artifactId>junit</artifactId>
71-
<version>4.13-beta-3</version>
71+
<version>4.13-beta-2</version>
7272
<scope>test</scope>
7373
</dependency>
7474
</dependencies>

datacatalog/cloud-client/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,20 +39,20 @@
3939
<dependency>
4040
<groupId>com.google.cloud</groupId>
4141
<artifactId>google-cloud-datacatalog</artifactId>
42-
<version>0.8.0-alpha</version>
42+
<version>0.4.0-alpha</version>
4343
</dependency>
4444

4545
<!-- Test dependencies -->
4646
<dependency>
4747
<groupId>junit</groupId>
4848
<artifactId>junit</artifactId>
49-
<version>4.13-beta-3</version>
49+
<version>4.13-beta-2</version>
5050
<scope>test</scope>
5151
</dependency>
5252
<dependency>
5353
<groupId>com.google.truth</groupId>
5454
<artifactId>truth</artifactId>
55-
<version>0.45</version>
55+
<version>0.42</version>
5656
<scope>test</scope>
5757
</dependency>
5858
</dependencies>

dialogflow/cloud-client/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,20 +40,20 @@
4040
<dependency>
4141
<groupId>com.google.cloud</groupId>
4242
<artifactId>google-cloud-dialogflow</artifactId>
43-
<version>0.95.0-alpha</version>
43+
<version>0.91.0-alpha</version>
4444
</dependency>
4545

4646
<!-- Test dependencies -->
4747
<dependency>
4848
<groupId>junit</groupId>
4949
<artifactId>junit</artifactId>
50-
<version>4.13-beta-3</version>
50+
<version>4.12</version>
5151
<scope>test</scope>
5252
</dependency>
5353
<dependency>
5454
<groupId>com.google.truth</groupId>
5555
<artifactId>truth</artifactId>
56-
<version>0.45</version>
56+
<version>0.42</version>
5757
<scope>test</scope>
5858
</dependency>
5959
</dependencies>

dlp/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@
4242
<dependency>
4343
<groupId>com.google.cloud</groupId>
4444
<artifactId>google-cloud-dlp</artifactId>
45-
<version>0.95.0-beta</version>
45+
<version>0.80.0-beta</version>
4646
</dependency>
4747
<dependency>
4848
<groupId>com.google.cloud</groupId>
4949
<artifactId>google-cloud-pubsub</artifactId>
50-
<version>1.77.0</version>
50+
<version>1.62.0</version>
5151
</dependency>
5252
<dependency>
5353
<groupId>commons-cli</groupId>
@@ -58,7 +58,7 @@
5858
<dependency>
5959
<groupId>junit</groupId>
6060
<artifactId>junit</artifactId>
61-
<version>4.13-beta-3</version>
61+
<version>4.13-beta-2</version>
6262
</dependency>
6363
</dependencies>
6464
<!-- Build jar with dependencies for testing -->

iap/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<dependency>
4444
<groupId>com.fasterxml.jackson.core</groupId>
4545
<artifactId>jackson-core</artifactId>
46-
<version>2.9.9</version>
46+
<version>2.9.8</version>
4747
</dependency>
4848
</dependencies>
4949
</dependencyManagement>
@@ -58,20 +58,20 @@
5858
<dependency>
5959
<groupId>com.google.auth</groupId>
6060
<artifactId>google-auth-library-oauth2-http</artifactId>
61-
<version>0.16.1</version>
61+
<version>0.15.0</version>
6262
</dependency>
6363
<dependency>
6464
<groupId>com.nimbusds</groupId>
6565
<artifactId>nimbus-jose-jwt</artifactId>
66-
<version>7.2.1</version>
66+
<version>7.1</version>
6767
</dependency>
6868
<!-- [END dependencies] -->
6969

7070
<!-- Test dependencies -->
7171
<dependency>
7272
<groupId>junit</groupId>
7373
<artifactId>junit</artifactId>
74-
<version>4.13-beta-3</version>
74+
<version>4.13-beta-2</version>
7575
</dependency>
7676
</dependencies>
7777
</project>

iot/api-client/end-to-end-example/pom.xml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -38,37 +38,37 @@
3838
<dependency>
3939
<groupId>org.eclipse.paho</groupId>
4040
<artifactId>org.eclipse.paho.client.mqttv3</artifactId>
41-
<version>1.2.1</version>
41+
<version>1.2.0</version>
4242
</dependency>
4343
<dependency>
4444
<groupId>org.json</groupId>
4545
<artifactId>json</artifactId>
46-
<version>20180813</version>
46+
<version>20090211</version>
4747
</dependency>
4848
<dependency>
4949
<groupId>io.jsonwebtoken</groupId>
5050
<artifactId>jjwt</artifactId>
51-
<version>0.9.1</version>
51+
<version>0.7.0</version>
5252
</dependency>
5353
<dependency>
5454
<groupId>joda-time</groupId>
5555
<artifactId>joda-time</artifactId>
56-
<version>2.10.2</version>
56+
<version>2.1</version>
5757
</dependency>
5858
<dependency>
5959
<groupId>com.google.apis</groupId>
6060
<artifactId>google-api-services-cloudiot</artifactId>
61-
<version>v1-rev20190409-1.28.0</version>
61+
<version>v1-rev20181120-1.27.0</version>
6262
</dependency>
6363
<dependency>
6464
<groupId>com.google.cloud</groupId>
6565
<artifactId>google-cloud-pubsub</artifactId>
66-
<version>1.77.0</version>
66+
<version>1.53.0</version>
6767
</dependency>
6868
<dependency>
6969
<groupId>com.google.oauth-client</groupId>
7070
<artifactId>google-oauth-client</artifactId>
71-
<version>1.30.1</version>
71+
<version>1.23.0</version>
7272
</dependency>
7373
<dependency>
7474
<groupId>com.google.guava</groupId>
@@ -78,25 +78,25 @@
7878
<dependency>
7979
<groupId>com.google.api-client</groupId>
8080
<artifactId>google-api-client</artifactId>
81-
<version>1.29.2</version>
81+
<version>1.23.0</version>
8282
</dependency>
8383
<dependency>
8484
<groupId>commons-cli</groupId>
8585
<artifactId>commons-cli</artifactId>
86-
<version>1.4</version>
86+
<version>1.3</version>
8787
</dependency>
8888

8989
<!-- Test dependencies -->
9090
<dependency>
9191
<groupId>junit</groupId>
9292
<artifactId>junit</artifactId>
93-
<version>4.13-beta-3</version>
93+
<version>4.12</version>
9494
<scope>test</scope>
9595
</dependency>
9696
<dependency>
9797
<groupId>com.google.truth</groupId>
9898
<artifactId>truth</artifactId>
99-
<version>0.45</version>
99+
<version>0.34</version>
100100
<scope>test</scope>
101101
</dependency>
102102
</dependencies>

language/analysis/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ limitations under the License.
3939
<dependency>
4040
<groupId>com.google.cloud</groupId>
4141
<artifactId>google-cloud-language</artifactId>
42-
<version>1.77.0</version>
42+
<version>1.62.0</version>
4343
</dependency>
4444
<!-- [END language_java_dependencies] -->
4545
<dependency>
@@ -52,12 +52,12 @@ limitations under the License.
5252
<dependency>
5353
<groupId>junit</groupId>
5454
<artifactId>junit</artifactId>
55-
<version>4.13-beta-3</version>
55+
<version>4.13-beta-2</version>
5656
</dependency>
5757
<dependency>
5858
<groupId>com.google.truth</groupId>
5959
<artifactId>truth</artifactId>
60-
<version>0.45</version>
60+
<version>0.42</version>
6161
</dependency>
6262
</dependencies>
6363
<build>

0 commit comments

Comments
 (0)