Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
a40b760
fix!: removed fields from SafeSearchAnnotation message
gcf-owl-bot[bot] May 6, 2022
db63089
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] May 6, 2022
010edbe
fix!: Product search related messages and enums changed in an incompa…
gcf-owl-bot[bot] May 6, 2022
29ad868
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] May 6, 2022
88e23b9
fix!: BatchAnnotateImagesRequest.requests is required
gcf-owl-bot[bot] May 6, 2022
5669068
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] May 6, 2022
c90c30d
chore(deps): upgrade gapic-generator-java to 2.8.0 and update gax-jav…
gcf-owl-bot[bot] May 24, 2022
c5c77af
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] May 24, 2022
c707b17
chore: Integrate new gapic-generator-java and rules_gapic
gcf-owl-bot[bot] Jun 10, 2022
0eaa75c
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Jun 10, 2022
79abf7f
feat: Enable REST transport for most of Java and Go clients
gcf-owl-bot[bot] Jun 23, 2022
d85fcde
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Jun 23, 2022
2aac29d
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Jun 23, 2022
50ebcb3
Merge branch 'owl-bot-copy' of https://github.com/googleapis/java-vis…
gcf-owl-bot[bot] Jun 23, 2022
6920bd8
Update pom.xml
Neenu1995 Jun 23, 2022
11d3033
Merge branch 'main' into owl-bot-copy
meltsufin Jun 27, 2022
dbc590b
fix: update gapic-generator-java with mock service generation fixes
gcf-owl-bot[bot] Jun 27, 2022
0330605
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Jun 27, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'main' into owl-bot-copy
  • Loading branch information
meltsufin authored Jun 27, 2022
commit 11d303371ff5ac9419b5307ca175b80e7b1255bf
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,13 @@ implementation 'com.google.cloud:google-cloud-vision'
If you are using Gradle without BOM, add this to your dependencies

```Groovy
implementation 'com.google.cloud:google-cloud-vision:2.1.2'
implementation 'com.google.cloud:google-cloud-vision:2.1.3'
```

If you are using SBT, add this to your dependencies

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-vision" % "2.1.2"
libraryDependencies += "com.google.cloud" % "google-cloud-vision" % "2.1.3"
```

## Authentication
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.