@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
4242<dependency >
4343 <groupId >com.google.shopping</groupId >
4444 <artifactId >google-shopping-merchant-issue-resolution</artifactId >
45- <version >1.7 .0</version >
45+ <version >1.8 .0</version >
4646</dependency >
4747```
4848
4949If you are using Gradle without BOM, add this to your dependencies:
5050
5151``` Groovy
52- implementation 'com.google.shopping:google-shopping-merchant-issue-resolution:1.7 .0'
52+ implementation 'com.google.shopping:google-shopping-merchant-issue-resolution:1.8 .0'
5353```
5454
5555If you are using SBT, add this to your dependencies:
5656
5757``` Scala
58- libraryDependencies += " com.google.shopping" % " google-shopping-merchant-issue-resolution" % " 1.7 .0"
58+ libraryDependencies += " com.google.shopping" % " google-shopping-merchant-issue-resolution" % " 1.8 .0"
5959```
6060
6161## Authentication
@@ -194,7 +194,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
194194[ kokoro-badge-link-5 ] : http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.html
195195[ stability-image ] : https://img.shields.io/badge/stability-stable-green
196196[ maven-version-image ] : https://img.shields.io/maven-central/v/com.google.shopping/google-shopping-merchant-issue-resolution.svg
197- [ maven-version-link ] : https://central.sonatype.com/artifact/com.google.shopping/google-shopping-merchant-issue-resolution/1.7 .0
197+ [ maven-version-link ] : https://central.sonatype.com/artifact/com.google.shopping/google-shopping-merchant-issue-resolution/1.8 .0
198198[ authentication ] : https://github.com/googleapis/google-cloud-java#authentication
199199[ auth-scopes ] : https://developers.google.com/identity/protocols/oauth2/scopes
200200[ predefined-iam-roles ] : https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
0 commit comments