File tree 25 files changed +40
-40
lines changed
firebase-event-proxy/gae-firebase-event-proxy
25 files changed +40
-40
lines changed Original file line number Diff line number Diff line change 40
40
<dependency >
41
41
<groupId >com.google.guava</groupId >
42
42
<artifactId >guava</artifactId >
43
- <version >20 .0</version >
43
+ <version >21 .0</version >
44
44
</dependency >
45
45
<dependency >
46
46
<groupId >javax.servlet</groupId >
Original file line number Diff line number Diff line change 56
56
<dependency >
57
57
<groupId >com.google.guava</groupId >
58
58
<artifactId >guava</artifactId >
59
- <version >20 .0</version >
59
+ <version >21 .0</version >
60
60
</dependency >
61
61
62
62
<dependency >
Original file line number Diff line number Diff line change 62
62
<dependency >
63
63
<groupId >com.fasterxml.jackson.core</groupId >
64
64
<artifactId >jackson-core</artifactId >
65
- <version >2.8.5 </version >
65
+ <version >2.8.6 </version >
66
66
</dependency >
67
67
<dependency >
68
68
<groupId >com.fasterxml.jackson.core</groupId >
69
69
<artifactId >jackson-databind</artifactId >
70
- <version >2.8.5 </version >
70
+ <version >2.8.6 </version >
71
71
</dependency >
72
72
73
73
<!-- Test Dependencies -->
Original file line number Diff line number Diff line change 29
29
<objectify .version>5.1.14</objectify .version>
30
30
<servlet-api .version>2.5</servlet-api .version>
31
31
<gson .version>2.7</gson .version>
32
- <guava .version>20 .0</guava .version>
32
+ <guava .version>21 .0</guava .version>
33
33
<google-api-client .version>1.22.0</google-api-client .version>
34
34
<junit .version>4.12</junit .version>
35
35
<mockito .version>1.10.19</mockito .version>
Original file line number Diff line number Diff line change 9
9
<artifactId >appengine-guestbook-objectify</artifactId >
10
10
<properties >
11
11
<objectify .version>5.1.14</objectify .version>
12
- <guava .version>20 .0</guava .version>
12
+ <guava .version>21 .0</guava .version>
13
13
</properties >
14
14
<parent >
15
15
<groupId >com.google.cloud</groupId >
Original file line number Diff line number Diff line change 36
36
<dependency >
37
37
<groupId >com.google.guava</groupId >
38
38
<artifactId >guava</artifactId >
39
- <version >20 .0</version >
39
+ <version >21 .0</version >
40
40
</dependency >
41
41
<dependency >
42
42
<groupId >javax.servlet</groupId >
Original file line number Diff line number Diff line change 10
10
11
11
<properties >
12
12
<objectify .version>5.1.14</objectify .version>
13
- <guava .version>20 .0</guava .version>
13
+ <guava .version>21 .0</guava .version>
14
14
</properties >
15
15
<parent >
16
16
<groupId >com.google.cloud</groupId >
Original file line number Diff line number Diff line change 44
44
<dependency >
45
45
<groupId >com.google.guava</groupId >
46
46
<artifactId >guava</artifactId >
47
- <version >20 .0</version >
47
+ <version >21 .0</version >
48
48
</dependency >
49
49
</dependencies >
50
50
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ Copyright 2016 Google Inc. All Rights Reserved.
36
36
<dependency >
37
37
<groupId >com.google.guava</groupId >
38
38
<artifactId >guava</artifactId >
39
- <version >20 .0</version >
39
+ <version >21 .0</version >
40
40
</dependency >
41
41
<dependency >
42
42
<groupId >javax.servlet</groupId >
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ Copyright 2015 Google Inc. All Rights Reserved.
37
37
<dependency >
38
38
<groupId >com.google.guava</groupId >
39
39
<artifactId >guava</artifactId >
40
- <version >20 .0</version >
40
+ <version >21 .0</version >
41
41
</dependency >
42
42
<dependency >
43
43
<groupId >javax.servlet</groupId >
Original file line number Diff line number Diff line change 23
23
<dependency >
24
24
<groupId >com.google.apis</groupId >
25
25
<artifactId >google-api-services-bigquery</artifactId >
26
- <version >v2-rev330 -1.22.0</version >
26
+ <version >v2-rev334 -1.22.0</version >
27
27
<exclusions >
28
28
<exclusion > <!-- exclude an old version of Guava -->
29
29
<groupId >com.google.guava</groupId >
34
34
<dependency >
35
35
<groupId >com.google.guava</groupId >
36
36
<artifactId >guava</artifactId >
37
- <version >20 .0</version >
37
+ <version >21 .0</version >
38
38
</dependency >
39
39
<dependency >
40
40
<groupId >com.google.oauth-client</groupId >
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ limitations under the License.
89
89
</dependency >
90
90
</dependencies >
91
91
<properties >
92
- <project .compute.version>v1-rev131 -1.22.0</project .compute.version>
92
+ <project .compute.version>v1-rev133 -1.22.0</project .compute.version>
93
93
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
94
94
</properties >
95
95
</project >
Original file line number Diff line number Diff line change 26
26
<dependency >
27
27
<groupId >com.sparkjava</groupId >
28
28
<artifactId >spark-core</artifactId >
29
- <version >2.5</version >
29
+ <version >2.5.4 </version >
30
30
</dependency >
31
31
<dependency >
32
32
<groupId >org.slf4j</groupId >
33
33
<artifactId >slf4j-simple</artifactId >
34
- <version >1.7.21 </version >
34
+ <version >1.7.22 </version >
35
35
</dependency >
36
36
<dependency >
37
37
<groupId >com.google.code.gson</groupId >
38
38
<artifactId >gson</artifactId >
39
- <version >2.7 </version >
39
+ <version >2.8.0 </version >
40
40
</dependency >
41
41
<dependency >
42
42
<groupId >junit</groupId >
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ limitations under the License.
30
30
<dependency >
31
31
<groupId >com.google.guava</groupId >
32
32
<artifactId >guava</artifactId >
33
- <version >20 .0</version >
33
+ <version >21 .0</version >
34
34
</dependency >
35
35
<!-- [END dependencies] -->
36
36
Original file line number Diff line number Diff line change 35
35
<dependency >
36
36
<groupId >com.google.guava</groupId >
37
37
<artifactId >guava</artifactId >
38
- <version >20 .0</version >
38
+ <version >21 .0</version >
39
39
</dependency >
40
40
<dependency >
41
41
<groupId >com.google.oauth-client</groupId >
Original file line number Diff line number Diff line change 51
51
<dependency >
52
52
<groupId >com.google.guava</groupId >
53
53
<artifactId >guava</artifactId >
54
- <version >20 .0</version >
54
+ <version >21 .0</version >
55
55
</dependency >
56
56
<dependency >
57
57
<groupId >com.google.oauth-client</groupId >
81
81
<dependency >
82
82
<groupId >com.google.apis</groupId >
83
83
<artifactId >google-api-services-monitoring</artifactId >
84
- <version >v3-rev20 -1.22.0</version >
84
+ <version >v3-rev39 -1.22.0</version >
85
85
</dependency >
86
86
<dependency >
87
87
<groupId >com.google.code.gson</groupId >
99
99
<dependency >
100
100
<groupId >com.jcabi</groupId >
101
101
<artifactId >jcabi-matchers</artifactId >
102
- <version >1.3 </version >
102
+ <version >1.4 </version >
103
103
<scope >test</scope >
104
104
</dependency >
105
105
<dependency >
Original file line number Diff line number Diff line change 157
157
<dependency >
158
158
<groupId >org.mockito</groupId >
159
159
<artifactId >mockito-core</artifactId >
160
- <version >2.5.5 </version >
160
+ <version >2.6.8 </version >
161
161
<scope >test</scope >
162
162
</dependency >
163
163
<dependency >
164
164
<groupId >com.jcabi</groupId >
165
165
<artifactId >jcabi-matchers</artifactId >
166
- <version >1.3 </version >
166
+ <version >1.4 </version >
167
167
</dependency >
168
168
<dependency >
169
169
<groupId >com.google.appengine</groupId >
Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ limitations under the License.
148
148
<dependency >
149
149
<groupId >com.google.guava</groupId >
150
150
<artifactId >guava</artifactId >
151
- <version >20 .0</version >
151
+ <version >21 .0</version >
152
152
</dependency >
153
153
<dependency >
154
154
<groupId >com.google.truth</groupId >
@@ -193,7 +193,7 @@ limitations under the License.
193
193
- -->
194
194
<groupId >io.netty</groupId >
195
195
<artifactId >netty-tcnative-boringssl-static</artifactId >
196
- <version >1.1.33.Fork25 </version >
196
+ <version >1.1.33.Fork26 </version >
197
197
<classifier >${tcnative.classifier} </classifier >
198
198
</dependency >
199
199
<dependency >
Original file line number Diff line number Diff line change 39
39
<dependency >
40
40
<groupId >com.google.apis</groupId >
41
41
<artifactId >google-api-services-storage</artifactId >
42
- <version >v1-rev92 -1.22.0</version >
42
+ <version >v1-rev94 -1.22.0</version >
43
43
<exclusions >
44
44
<exclusion > <!-- exclude an old version of Guava -->
45
45
<groupId >com.google.guava</groupId >
50
50
<dependency >
51
51
<groupId >com.google.guava</groupId >
52
52
<artifactId >guava</artifactId >
53
- <version >20 .0</version >
53
+ <version >21 .0</version >
54
54
</dependency >
55
55
<dependency >
56
56
<groupId >com.google.oauth-client</groupId >
Original file line number Diff line number Diff line change 52
52
<dependency >
53
53
<groupId >com.google.guava</groupId >
54
54
<artifactId >guava</artifactId >
55
- <version >20 .0</version >
55
+ <version >21 .0</version >
56
56
</dependency >
57
57
58
58
<!-- Test Dependencies -->
Original file line number Diff line number Diff line change 66
66
<dependency >
67
67
<groupId >com.google.apis</groupId >
68
68
<artifactId >google-api-services-storage</artifactId >
69
- <version >v1-rev92 -1.22.0</version >
69
+ <version >v1-rev94 -1.22.0</version >
70
70
<exclusions >
71
71
<exclusion > <!-- exclude an old version of Guava -->
72
72
<groupId >com.google.guava</groupId >
82
82
<dependency >
83
83
<groupId >com.google.guava</groupId >
84
84
<artifactId >guava</artifactId >
85
- <version >20 .0</version >
85
+ <version >21 .0</version >
86
86
</dependency >
87
87
<!-- Test Dependencies -->
88
88
<dependency >
Original file line number Diff line number Diff line change 39
39
<dependency >
40
40
<groupId >com.google.apis</groupId >
41
41
<artifactId >google-api-services-vision</artifactId >
42
- <version >v1-rev30 -1.22.0</version >
42
+ <version >v1-rev32 -1.22.0</version >
43
43
</dependency >
44
44
<dependency >
45
45
<groupId >com.google.api-client</groupId >
56
56
<dependency >
57
57
<groupId >com.google.guava</groupId >
58
58
<artifactId >guava</artifactId >
59
- <version >20 .0</version >
59
+ <version >21 .0</version >
60
60
</dependency >
61
61
62
62
<!-- Test Dependencies -->
Original file line number Diff line number Diff line change 38
38
<dependency >
39
39
<groupId >com.google.apis</groupId >
40
40
<artifactId >google-api-services-vision</artifactId >
41
- <version >v1-rev30 -1.22.0</version >
41
+ <version >v1-rev32 -1.22.0</version >
42
42
</dependency >
43
43
<dependency >
44
44
<groupId >com.google.api-client</groupId >
54
54
<dependency >
55
55
<groupId >com.google.guava</groupId >
56
56
<artifactId >guava</artifactId >
57
- <version >20 .0</version >
57
+ <version >21 .0</version >
58
58
</dependency >
59
59
60
60
<!-- Test Dependencies -->
Original file line number Diff line number Diff line change 38
38
<dependency >
39
39
<groupId >com.google.apis</groupId >
40
40
<artifactId >google-api-services-vision</artifactId >
41
- <version >v1-rev30 -1.22.0</version >
41
+ <version >v1-rev32 -1.22.0</version >
42
42
</dependency >
43
43
<dependency >
44
44
<groupId >com.google.api-client</groupId >
54
54
<dependency >
55
55
<groupId >com.google.guava</groupId >
56
56
<artifactId >guava</artifactId >
57
- <version >20 .0</version >
57
+ <version >21 .0</version >
58
58
</dependency >
59
59
60
60
<!-- Test Dependencies -->
Original file line number Diff line number Diff line change 38
38
<dependency >
39
39
<groupId >com.google.apis</groupId >
40
40
<artifactId >google-api-services-vision</artifactId >
41
- <version >v1-rev30 -1.22.0</version >
41
+ <version >v1-rev32 -1.22.0</version >
42
42
</dependency >
43
43
<dependency >
44
44
<groupId >com.google.api-client</groupId >
54
54
<dependency >
55
55
<groupId >com.google.guava</groupId >
56
56
<artifactId >guava</artifactId >
57
- <version >20 .0</version >
57
+ <version >21 .0</version >
58
58
</dependency >
59
59
<dependency >
60
60
<groupId >org.apache.opennlp</groupId >
61
61
<artifactId >opennlp-tools</artifactId >
62
- <version >1.7.0 </version >
62
+ <version >1.7.1 </version >
63
63
</dependency >
64
64
<dependency >
65
65
<groupId >redis.clients</groupId >
You can’t perform that action at this time.
0 commit comments