File tree 36 files changed +66
-66
lines changed
firebase-event-proxy/gae-firebase-event-proxy
36 files changed +66
-66
lines changed Original file line number Diff line number Diff line change 35
35
<dependency >
36
36
<groupId >org.apache.httpcomponents</groupId >
37
37
<artifactId >httpclient</artifactId >
38
- <version >4.5.1 </version >
38
+ <version >4.5.2 </version >
39
39
</dependency >
40
40
<dependency >
41
41
<groupId >javax.servlet</groupId >
Original file line number Diff line number Diff line change 48
48
<dependency >
49
49
<groupId >org.json</groupId >
50
50
<artifactId >json</artifactId >
51
- <version >20151123 </version >
51
+ <version >20160212 </version >
52
52
</dependency >
53
53
54
54
<!-- Test Dependencies -->
55
55
<dependency >
56
56
<groupId >junit</groupId >
57
57
<artifactId >junit</artifactId >
58
- <version >4.10 </version >
58
+ <version >4.12 </version >
59
59
<scope >test</scope >
60
60
</dependency >
61
61
<dependency >
Original file line number Diff line number Diff line change 61
61
<dependency >
62
62
<groupId >junit</groupId >
63
63
<artifactId >junit</artifactId >
64
- <version >4.10 </version >
64
+ <version >4.12 </version >
65
65
<scope >test</scope >
66
66
</dependency >
67
67
<dependency >
Original file line number Diff line number Diff line change 31
31
<dependency >
32
32
<groupId >com.google.cloud.sql</groupId >
33
33
<artifactId >mysql-socket-factory</artifactId >
34
- <version >1.0.0-beta1 </version >
34
+ <version >1.0.1 </version >
35
35
</dependency >
36
36
<dependency >
37
37
<groupId >javax.servlet</groupId >
44
44
<dependency >
45
45
<groupId >mysql</groupId >
46
46
<artifactId >mysql-connector-java</artifactId >
47
- <version >5.1.38 </version >
47
+ <version >6.0.3 </version >
48
48
</dependency >
49
49
<!-- Parent POM defines ${appengine.sdk.version} (updates frequently). -->
50
50
<dependency >
Original file line number Diff line number Diff line change 44
44
<dependency >
45
45
<groupId >junit</groupId >
46
46
<artifactId >junit</artifactId >
47
- <version >4.10 </version >
47
+ <version >4.12 </version >
48
48
<scope >test</scope >
49
49
</dependency >
50
50
<dependency >
Original file line number Diff line number Diff line change 44
44
<dependency >
45
45
<groupId >junit</groupId >
46
46
<artifactId >junit</artifactId >
47
- <version >4.10 </version >
47
+ <version >4.12 </version >
48
48
<scope >test</scope >
49
49
</dependency >
50
50
<dependency >
Original file line number Diff line number Diff line change 44
44
<dependency >
45
45
<groupId >junit</groupId >
46
46
<artifactId >junit</artifactId >
47
- <version >4.10 </version >
47
+ <version >4.12 </version >
48
48
<scope >test</scope >
49
49
</dependency >
50
50
<dependency >
Original file line number Diff line number Diff line change 44
44
<dependency >
45
45
<groupId >junit</groupId >
46
46
<artifactId >junit</artifactId >
47
- <version >4.10 </version >
47
+ <version >4.12 </version >
48
48
<scope >test</scope >
49
49
</dependency >
50
50
<dependency >
Original file line number Diff line number Diff line change 60
60
<dependency >
61
61
<groupId >joda-time</groupId >
62
62
<artifactId >joda-time</artifactId >
63
- <version >2.9.3 </version >
63
+ <version >2.9.4 </version >
64
64
</dependency >
65
65
66
66
<!-- Test Dependencies -->
67
67
<dependency >
68
68
<groupId >junit</groupId >
69
69
<artifactId >junit</artifactId >
70
- <version >4.10 </version >
70
+ <version >4.12 </version >
71
71
<scope >test</scope >
72
72
</dependency >
73
73
<dependency >
Original file line number Diff line number Diff line change 57
57
<dependency >
58
58
<groupId >com.google.firebase</groupId >
59
59
<artifactId >firebase-server-sdk</artifactId >
60
- <version >[ 3.0.0,) </version >
60
+ <version >3.0.1 </version >
61
61
</dependency >
62
62
<dependency >
63
63
<groupId >com.fasterxml.jackson.core</groupId >
64
64
<artifactId >jackson-core</artifactId >
65
- <version >2.7.3 </version >
65
+ <version >2.8.0 </version >
66
66
</dependency >
67
67
<dependency >
68
68
<groupId >com.fasterxml.jackson.core</groupId >
69
69
<artifactId >jackson-databind</artifactId >
70
- <version >2.5.3 </version >
70
+ <version >2.8.0 </version >
71
71
</dependency >
72
72
73
73
<!-- Test Dependencies -->
Original file line number Diff line number Diff line change 48
48
<dependency >
49
49
<groupId >org.json</groupId >
50
50
<artifactId >json</artifactId >
51
- <version >20151123 </version >
51
+ <version >20160212 </version >
52
52
</dependency >
53
53
<dependency >
54
54
<groupId >joda-time</groupId >
55
55
<artifactId >joda-time</artifactId >
56
- <version >2.9.3 </version >
56
+ <version >2.9.4 </version >
57
57
</dependency >
58
58
</dependencies >
59
59
<build >
Original file line number Diff line number Diff line change 37
37
<dependency >
38
38
<groupId >com.sun.jersey</groupId >
39
39
<artifactId >jersey-core</artifactId >
40
- <version >1.19</version >
40
+ <version >1.19.1 </version >
41
41
</dependency >
42
42
<dependency >
43
43
<groupId >com.sun.jersey</groupId >
44
44
<artifactId >jersey-client</artifactId >
45
- <version >1.19</version >
45
+ <version >1.19.1 </version >
46
46
</dependency >
47
47
<dependency >
48
48
<groupId >com.sun.jersey.contribs</groupId >
49
49
<artifactId >jersey-multipart</artifactId >
50
- <version >1.19</version >
50
+ <version >1.19.1 </version >
51
51
</dependency >
52
52
<!-- [END dependencies] -->
53
53
</dependencies >
Original file line number Diff line number Diff line change 29
29
<dependency >
30
30
<groupId >com.mailjet</groupId >
31
31
<artifactId >mailjet-client</artifactId >
32
- <version >3.1.1 </version >
32
+ <version >4.0.4 </version >
33
33
<scope >system</scope >
34
34
<systemPath >${project.basedir} /src/main/webapp/WEB-INF/lib/client-3.1.1-jar-with-dependencies.jar</systemPath >
35
35
</dependency >
Original file line number Diff line number Diff line change 35
35
<dependency >
36
36
<groupId >org.apache.httpcomponents</groupId >
37
37
<artifactId >httpclient</artifactId >
38
- <version >4.5.1 </version >
38
+ <version >4.5.2 </version >
39
39
</dependency >
40
40
<dependency >
41
41
<groupId >javax.servlet</groupId >
Original file line number Diff line number Diff line change @@ -48,13 +48,13 @@ Copyright 2016 Google Inc. All Rights Reserved.
48
48
<dependency >
49
49
<groupId >org.json</groupId >
50
50
<artifactId >json</artifactId >
51
- <version >20151123 </version >
51
+ <version >20160212 </version >
52
52
</dependency >
53
53
<!-- Test Dependencies -->
54
54
<dependency >
55
55
<groupId >junit</groupId >
56
56
<artifactId >junit</artifactId >
57
- <version >4.10 </version >
57
+ <version >4.12 </version >
58
58
<scope >test</scope >
59
59
</dependency >
60
60
<dependency >
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ Copyright 2015 Google Inc. All Rights Reserved.
43
43
<dependency >
44
44
<groupId >junit</groupId >
45
45
<artifactId >junit</artifactId >
46
- <version >4.10 </version >
46
+ <version >4.12 </version >
47
47
<scope >test</scope >
48
48
</dependency >
49
49
<dependency >
Original file line number Diff line number Diff line change @@ -43,13 +43,13 @@ Copyright 2016 Google Inc. All Rights Reserved.
43
43
<dependency >
44
44
<groupId >org.json</groupId >
45
45
<artifactId >json</artifactId >
46
- <version >20151123 </version >
46
+ <version >20160212 </version >
47
47
</dependency >
48
48
<!-- Test Dependencies -->
49
49
<dependency >
50
50
<groupId >junit</groupId >
51
51
<artifactId >junit</artifactId >
52
- <version >4.10 </version >
52
+ <version >4.12 </version >
53
53
<scope >test</scope >
54
54
</dependency >
55
55
<dependency >
Original file line number Diff line number Diff line change @@ -49,13 +49,13 @@ Copyright 2015 Google Inc. All Rights Reserved.
49
49
<dependency >
50
50
<groupId >org.json</groupId >
51
51
<artifactId >json</artifactId >
52
- <version >20151123 </version >
52
+ <version >20160212 </version >
53
53
</dependency >
54
54
<!-- Test Dependencies -->
55
55
<dependency >
56
56
<groupId >junit</groupId >
57
57
<artifactId >junit</artifactId >
58
- <version >4.10 </version >
58
+ <version >4.12 </version >
59
59
<scope >test</scope >
60
60
</dependency >
61
61
<dependency >
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-rev265 -1.21 .0</version >
26
+ <version >v2-rev311 -1.22 .0</version >
27
27
</dependency >
28
28
<dependency >
29
29
<groupId >com.google.oauth-client</groupId >
43
43
<dependency >
44
44
<groupId >com.google.code.gson</groupId >
45
45
<artifactId >gson</artifactId >
46
- <version >2.6 </version >
46
+ <version >2.7 </version >
47
47
</dependency >
48
48
<dependency >
49
49
<groupId >junit</groupId >
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ limitations under the License.
80
80
<dependency >
81
81
<groupId >com.google.api-client</groupId >
82
82
<artifactId >google-api-client</artifactId >
83
- <version >1.21 .0</version >
83
+ <version >1.22 .0</version >
84
84
</dependency >
85
85
<dependency >
86
86
<groupId >com.google.apis</groupId >
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Copyright 2016 Google Inc. All Rights Reserved.
25
25
<dependency >
26
26
<groupId >org.fluentd</groupId >
27
27
<artifactId >fluent-logger</artifactId >
28
- <version >0.2.7 </version >
28
+ <version >0.3.2 </version >
29
29
</dependency >
30
30
<!-- [END dependencies] -->
31
31
</dependencies >
Original file line number Diff line number Diff line change 23
23
<dependency >
24
24
<groupId >com.google.cloud</groupId >
25
25
<artifactId >gcloud-java-datastore</artifactId >
26
- <version >0.2.0 </version >
26
+ <version >0.2.5 </version >
27
27
</dependency >
28
28
<dependency >
29
29
<groupId >junit</groupId >
Original file line number Diff line number Diff line change 18
18
<dependency >
19
19
<groupId >org.apache.httpcomponents</groupId >
20
20
<artifactId >httpclient</artifactId >
21
- <version >4.5.1 </version >
21
+ <version >4.5.2 </version >
22
22
</dependency >
23
23
<dependency >
24
24
<groupId >javax.servlet</groupId >
Original file line number Diff line number Diff line change @@ -40,12 +40,12 @@ Copyright 2016 Google Inc. All Rights Reserved.
40
40
<dependency > <!-- http://dev.mysql.com/doc/connector-j/en/ -->
41
41
<groupId >mysql</groupId >
42
42
<artifactId >mysql-connector-java</artifactId >
43
- <version >5.1.38 </version >
43
+ <version >6.0.3 </version >
44
44
</dependency >
45
45
<dependency >
46
46
<groupId >com.google.cloud.sql</groupId >
47
47
<artifactId >mysql-socket-factory</artifactId >
48
- <version >1.0.0-beta1 </version >
48
+ <version >1.0.1 </version >
49
49
</dependency >
50
50
<!-- [END dependencies] -->
51
51
</dependencies >
Original file line number Diff line number Diff line change 26
26
<dependency >
27
27
<groupId >com.google.cloud</groupId >
28
28
<artifactId >gcloud-java-storage</artifactId >
29
- <version >0.2.0 </version >
29
+ <version >0.2.5 </version >
30
30
</dependency >
31
31
<!-- [END dependencies] -->
32
32
</dependencies >
Original file line number Diff line number Diff line change 26
26
<dependency >
27
27
<groupId >com.google.cloud</groupId >
28
28
<artifactId >gcloud-java-datastore</artifactId >
29
- <version >0.2.0 </version >
29
+ <version >0.2.5 </version >
30
30
</dependency >
31
31
<!-- [END dependencies] -->
32
32
</dependencies >
Original file line number Diff line number Diff line change 26
26
<dependency >
27
27
<groupId >com.sun.jersey</groupId >
28
28
<artifactId >jersey-core</artifactId >
29
- <version >1.19</version >
29
+ <version >1.19.1 </version >
30
30
</dependency >
31
31
<dependency >
32
32
<groupId >com.sun.jersey</groupId >
33
33
<artifactId >jersey-client</artifactId >
34
- <version >1.19</version >
34
+ <version >1.19.1 </version >
35
35
</dependency >
36
36
<dependency >
37
37
<groupId >com.sun.jersey.contribs</groupId >
38
38
<artifactId >jersey-multipart</artifactId >
39
- <version >1.19</version >
39
+ <version >1.19.1 </version >
40
40
</dependency >
41
41
<!-- [END dependencies] -->
42
42
</dependencies >
Original file line number Diff line number Diff line change 18
18
<dependency >
19
19
<groupId >com.sparkjava</groupId >
20
20
<artifactId >spark-core</artifactId >
21
- <version >2.3 </version >
21
+ <version >2.5 </version >
22
22
</dependency >
23
23
<dependency >
24
24
<groupId >org.slf4j</groupId >
25
25
<artifactId >slf4j-simple</artifactId >
26
- <version >1.7.12 </version >
26
+ <version >1.7.21 </version >
27
27
</dependency >
28
28
<dependency >
29
29
<groupId >com.google.code.gson</groupId >
30
30
<artifactId >gson</artifactId >
31
- <version >2.4 </version >
31
+ <version >2.7 </version >
32
32
</dependency >
33
33
<dependency >
34
34
<groupId >junit</groupId >
38
38
<dependency >
39
39
<groupId >com.google.cloud</groupId >
40
40
<artifactId >gcloud-java</artifactId >
41
- <version >0.2.0 </version >
41
+ <version >0.2.5 </version >
42
42
</dependency >
43
43
</dependencies >
44
44
<build >
You can’t perform that action at this time.
0 commit comments