File tree Expand file tree Collapse file tree 25 files changed +90
-90
lines changed
appengine-java11/kotlin-ktor
guestbook-cloud-datastore
bigquery/datatransfer/cloud-client
container-registry/container-analysis
iot/api-client/end-to-end-example
spanner/leaderboard/complete Expand file tree Collapse file tree 25 files changed +90
-90
lines changed Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff line change 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 >
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 >
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 >
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 >
Original file line number Diff line number Diff 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>
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 >
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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
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 -->
Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments