File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
src/test/java/com/example/vision Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 4040 <dependency >
4141 <groupId >com.google.cloud</groupId >
4242 <artifactId >google-cloud-vision</artifactId >
43- <version >1.24.1 </version >
43+ <version >1.29.0 </version >
4444 </dependency >
4545 <dependency >
4646 <groupId >com.google.cloud</groupId >
4747 <artifactId >google-cloud-storage</artifactId >
48- <version >1.24.1 </version >
48+ <version >1.29.0 </version >
4949 </dependency >
5050 <!-- [END dependencies] -->
5151
6060 <dependency >
6161 <groupId >com.google.truth</groupId >
6262 <artifactId >truth</artifactId >
63- <version >0.39 </version >
63+ <version >0.40 </version >
6464 <scope >test</scope >
6565 </dependency >
6666 </dependencies >
Original file line number Diff line number Diff line change @@ -244,7 +244,7 @@ public void detectWebAnnotations() throws Exception {
244244
245245 // Assert
246246 String got = bout .toString ();
247- assertThat (got ).contains ("Landmark " );
247+ assertThat (got ).contains ("History " );
248248 assertThat (got ).contains ("Best guess label: palace of fine arts" );
249249 }
250250
@@ -256,7 +256,7 @@ public void detectWebAnnotationsGcs() throws Exception {
256256
257257 // Assert
258258 String got = bout .toString ();
259- assertThat (got ).contains ("Landmark " );
259+ assertThat (got ).contains ("History " );
260260 assertThat (got ).contains ("Best guess label: palace of fine arts" );
261261 }
262262
Original file line number Diff line number Diff line change 4040 <dependency >
4141 <groupId >com.google.cloud</groupId >
4242 <artifactId >google-cloud-vision</artifactId >
43- <version >1.22 .0</version >
43+ <version >1.29 .0</version >
4444 </dependency >
4545 <!-- [END dependencies] -->
4646
5555 <dependency >
5656 <groupId >com.google.truth</groupId >
5757 <artifactId >truth</artifactId >
58- <version >0.39 </version >
58+ <version >0.40 </version >
5959 <scope >test</scope >
6060 </dependency >
6161 </dependencies >
You can’t perform that action at this time.
0 commit comments