Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

chore(deps): update dependency com.google.cloud:google-cloud-retail to v2.0.16 #380

Merged
Changes from 1 commit
Commits
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
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] committed Mar 26, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit a11cfad86dfd5e01ba138c212cbf7cdc498f071b
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -19,21 +19,21 @@ If you are using Maven, add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-retail</artifactId>
<version>2.0.15</version>
<version>2.0.16</version>
</dependency>

```

If you are using Gradle without BOM, add this to your dependencies

```Groovy
implementation 'com.google.cloud:google-cloud-retail:2.0.15'
implementation 'com.google.cloud:google-cloud-retail:2.0.16'
```

If you are using SBT, add this to your dependencies

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-retail" % "2.0.15"
libraryDependencies += "com.google.cloud" % "google-cloud-retail" % "2.0.16"
```

## Authentication