File tree Expand file tree Collapse file tree 35 files changed +57
-57
lines changed
firebase-event-proxy/gae-firebase-event-proxy
serviceaccount-appengine-sample Expand file tree Collapse file tree 35 files changed +57
-57
lines changed Original file line number Diff line number Diff line change 2828 </parent >
2929
3030 <properties >
31- <gcloud-maven-plugin-version >2.0.9.101.v20160316 </gcloud-maven-plugin-version >
31+ <gcloud-maven-plugin-version >2.0.9.121.v20160815 </gcloud-maven-plugin-version >
3232 </properties >
3333
3434 <dependencies >
Original file line number Diff line number Diff line change 2626 <relativePath >../..</relativePath >
2727 </parent >
2828 <properties >
29- <objectify .version>5.1.5 </objectify .version>
29+ <objectify .version>5.1.13 </objectify .version>
3030 </properties >
3131 <!-- [START set_versions] -->
3232 <prerequisites >
Original file line number Diff line number Diff line change 3636 <dependency >
3737 <groupId >com.google.auto.value</groupId >
3838 <artifactId >auto-value</artifactId >
39- <version >1.2 </version >
39+ <version >1.3 </version >
4040 <scope >provided</scope >
4141 </dependency >
4242 <dependency >
Original file line number Diff line number Diff line change 6262 <dependency >
6363 <groupId >com.fasterxml.jackson.core</groupId >
6464 <artifactId >jackson-core</artifactId >
65- <version >2.8.1 </version >
65+ <version >2.8.2 </version >
6666 </dependency >
6767 <dependency >
6868 <groupId >com.fasterxml.jackson.core</groupId >
6969 <artifactId >jackson-databind</artifactId >
70- <version >2.8.1 </version >
70+ <version >2.8.2 </version >
7171 </dependency >
7272
7373 <!-- Test Dependencies -->
Original file line number Diff line number Diff line change 88 <groupId >com.example.appengine</groupId >
99 <artifactId >appengine-guestbook-objectify</artifactId >
1010 <properties >
11- <objectify .version>5.1.5 </objectify .version>
12- <guava .version>18 .0</guava .version>
11+ <objectify .version>5.1.13 </objectify .version>
12+ <guava .version>19 .0</guava .version>
1313 </properties >
1414 <parent >
1515 <groupId >com.google.cloud</groupId >
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Copyright 2015 Google Inc. All Rights Reserved.
2121 <artifactId >appengine-images</artifactId >
2222
2323 <properties >
24- <appengine .sdk.version>1.9.24 </appengine .sdk.version>
24+ <appengine .sdk.version>1.9.42 </appengine .sdk.version>
2525 </properties >
2626
2727 <parent >
Original file line number Diff line number Diff line change 3737 <dependency >
3838 <groupId >com.sun.jersey</groupId >
3939 <artifactId >jersey-core</artifactId >
40- <version >1.19.1 </version >
40+ <version >1.19.2 </version >
4141 </dependency >
4242 <dependency >
4343 <groupId >com.sun.jersey</groupId >
4444 <artifactId >jersey-client</artifactId >
45- <version >1.19.1 </version >
45+ <version >1.19.2 </version >
4646 </dependency >
4747 <dependency >
4848 <groupId >com.sun.jersey.contribs</groupId >
4949 <artifactId >jersey-multipart</artifactId >
50- <version >1.19.1 </version >
50+ <version >1.19.2 </version >
5151 </dependency >
5252 <!-- [END dependencies] -->
5353 </dependencies >
Original file line number Diff line number Diff line change 4444 <dependency >
4545 <groupId >com.sun.jersey</groupId >
4646 <artifactId >jersey-core</artifactId >
47- <version >1.19.1 </version >
47+ <version >1.19.2 </version >
4848 </dependency >
4949 <dependency >
5050 <groupId >com.sun.jersey</groupId >
5151 <artifactId >jersey-client</artifactId >
52- <version >1.19.1 </version >
52+ <version >1.19.2 </version >
5353 </dependency >
5454 <dependency >
5555 <groupId >com.sun.jersey.contribs</groupId >
5656 <artifactId >jersey-multipart</artifactId >
57- <version >1.19.1 </version >
57+ <version >1.19.2 </version >
5858 </dependency >
5959 <!-- [END dependencies] -->
6060 </dependencies >
Original file line number Diff line number Diff line change 99 <artifactId >appengine-multitenancy</artifactId >
1010
1111 <properties >
12- <objectify .version>5.1.5 </objectify .version>
13- <guava .version>18 .0</guava .version>
12+ <objectify .version>5.1.13 </objectify .version>
13+ <guava .version>19 .0</guava .version>
1414 </properties >
1515 <parent >
1616 <groupId >com.google.cloud</groupId >
Original file line number Diff line number Diff line change 2323 <dependency >
2424 <groupId >com.google.apis</groupId >
2525 <artifactId >google-api-services-bigquery</artifactId >
26- <version >v2-rev317 -1.22.0</version >
26+ <version >v2-rev319 -1.22.0</version >
2727 </dependency >
2828 <dependency >
2929 <groupId >com.google.oauth-client</groupId >
3030 <artifactId >google-oauth-client</artifactId >
31- <version >1.21 .0</version >
31+ <version >1.22 .0</version >
3232 </dependency >
3333 <dependency >
3434 <groupId >com.google.http-client</groupId >
3535 <artifactId >google-http-client-jackson2</artifactId >
36- <version >1.21 .0</version >
36+ <version >1.22 .0</version >
3737 </dependency >
3838 <dependency >
3939 <groupId >com.google.oauth-client</groupId >
4040 <artifactId >google-oauth-client-jetty</artifactId >
41- <version >1.21 .0</version >
41+ <version >1.22 .0</version >
4242 </dependency >
4343 <dependency >
4444 <groupId >com.google.code.gson</groupId >
You can’t perform that action at this time.
0 commit comments