File tree 9 files changed +13
-13
lines changed
appengine/firebase-event-proxy/gae-firebase-event-proxy
9 files changed +13
-13
lines changed 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.2 </version >
65
+ <version >2.8.3 </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.2 </version >
70
+ <version >2.8.3 </version >
71
71
</dependency >
72
72
73
73
<!-- Test Dependencies -->
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-rev320 -1.22.0</version >
26
+ <version >v2-rev322 -1.22.0</version >
27
27
</dependency >
28
28
<dependency >
29
29
<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-rev123 -1.22.0</project .compute.version>
92
+ <project .compute.version>v1-rev124 -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 @@ -25,7 +25,7 @@ limitations under the License.
25
25
<dependency >
26
26
<groupId >com.google.apis</groupId >
27
27
<artifactId >google-api-services-language</artifactId >
28
- <version >v1beta1-rev7 -1.22.0</version >
28
+ <version >v1beta1-rev8 -1.22.0</version >
29
29
</dependency >
30
30
<dependency >
31
31
<groupId >com.google.api-client</groupId >
Original file line number Diff line number Diff line change 70
70
<dependency >
71
71
<groupId >com.google.apis</groupId >
72
72
<artifactId >google-api-services-monitoring</artifactId >
73
- <version >v3-rev6 -1.22.0</version >
73
+ <version >v3-rev7 -1.22.0</version >
74
74
</dependency >
75
75
<dependency >
76
76
<groupId >com.google.code.gson</groupId >
Original file line number Diff line number Diff line change 147
147
<dependency >
148
148
<groupId >org.mockito</groupId >
149
149
<artifactId >mockito-core</artifactId >
150
- <version >2.0.28-beta </version >
150
+ <version >2.1.0-RC.1 </version >
151
151
<scope >test</scope >
152
152
</dependency >
153
153
<dependency >
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ limitations under the License.
49
49
<properties >
50
50
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
51
51
<codehaus-versions-maven-plugin-version >2.3</codehaus-versions-maven-plugin-version >
52
- <grpc-protobuf-version >1.0.0 </grpc-protobuf-version >
52
+ <grpc-protobuf-version >1.0.1 </grpc-protobuf-version >
53
53
<maven-compiler-plugin-version >3.5.1</maven-compiler-plugin-version >
54
54
<xolstice-protobuf-maven-plugin-version >0.5.0</xolstice-protobuf-maven-plugin-version >
55
55
</properties >
@@ -159,12 +159,12 @@ limitations under the License.
159
159
<dependency >
160
160
<groupId >io.grpc</groupId >
161
161
<artifactId >grpc-auth</artifactId >
162
- <version >1.0.0 </version >
162
+ <version >1.0.1 </version >
163
163
</dependency >
164
164
<dependency >
165
165
<groupId >io.grpc</groupId >
166
166
<artifactId >grpc-netty</artifactId >
167
- <version >1.0.0 </version >
167
+ <version >1.0.1 </version >
168
168
</dependency >
169
169
<dependency >
170
170
<groupId >io.grpc</groupId >
@@ -174,7 +174,7 @@ limitations under the License.
174
174
<dependency >
175
175
<groupId >io.grpc</groupId >
176
176
<artifactId >grpc-stub</artifactId >
177
- <version >1.0.0 </version >
177
+ <version >1.0.1 </version >
178
178
</dependency >
179
179
<dependency >
180
180
<!--
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-rev82 -1.22.0</version >
42
+ <version >v1-rev84 -1.22.0</version >
43
43
</dependency >
44
44
<dependency >
45
45
<groupId >com.google.oauth-client</groupId >
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-rev82 -1.22.0</version >
69
+ <version >v1-rev84 -1.22.0</version >
70
70
</dependency >
71
71
<dependency >
72
72
<groupId >com.google.http-client</groupId >
You can’t perform that action at this time.
0 commit comments