File tree 10 files changed +10
-10
lines changed
appengine/firebase-event-proxy/gae-firebase-event-proxy
src/test/java/com/google/cloud/vision/samples/landmarkdetection
10 files changed +10
-10
lines changed 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.1 </version >
60
+ <version >3.0.3 </version >
61
61
</dependency >
62
62
<dependency >
63
63
<groupId >com.fasterxml.jackson.core</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-rev328 -1.22.0</version >
26
+ <version >v2-rev329 -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 @@ -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-rev13 -1.22.0</version >
28
+ <version >v1beta1-rev14 -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-rev16 -1.22.0</version >
73
+ <version >v3-rev17 -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 152
152
<dependency >
153
153
<groupId >org.mockito</groupId >
154
154
<artifactId >mockito-core</artifactId >
155
- <version >2.2.11 </version >
155
+ <version >2.2.15 </version >
156
156
<scope >test</scope >
157
157
</dependency >
158
158
<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-rev27 -1.22.0</version >
42
+ <version >v1-rev29 -1.22.0</version >
43
43
</dependency >
44
44
<dependency >
45
45
<groupId >com.google.api-client</groupId >
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-rev27 -1.22.0</version >
41
+ <version >v1-rev29 -1.22.0</version >
42
42
</dependency >
43
43
<dependency >
44
44
<groupId >com.google.api-client</groupId >
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-rev27 -1.22.0</version >
41
+ <version >v1-rev29 -1.22.0</version >
42
42
</dependency >
43
43
<dependency >
44
44
<groupId >com.google.api-client</groupId >
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ public class DetectLandmarkIT {
60
60
appUnderTest .identifyLandmark (LANDMARK_URI + "/nonexistent.jpg" , MAX_RESULTS );
61
61
fail ("Expected IOException" );
62
62
} catch (IOException expected ) {
63
- assertThat (expected .getMessage ()).named ("IOException message" ).contains ("OBJECT_NOT_FOUND " );
63
+ assertThat (expected .getMessage ()).named ("IOException message" ).contains ("file " );
64
64
}
65
65
}
66
66
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-rev27 -1.22.0</version >
41
+ <version >v1-rev29 -1.22.0</version >
42
42
</dependency >
43
43
<dependency >
44
44
<groupId >com.google.api-client</groupId >
You can’t perform that action at this time.
0 commit comments