diff --git a/java-contact-center-insights/.github/.OwlBot.lock.yaml b/java-contact-center-insights/.github/.OwlBot.lock.yaml index a454a61e8dc2..1b645c012914 100644 --- a/java-contact-center-insights/.github/.OwlBot.lock.yaml +++ b/java-contact-center-insights/.github/.OwlBot.lock.yaml @@ -13,5 +13,5 @@ # limitations under the License. docker: image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest - digest: sha256:6d4e3a15c62cfdcb823d60e16da7521e7c6fc00eba07c8ff12e4de9924a57d28 -# created: 2022-06-29T23:17:33.110417661Z + digest: sha256:f8374176dc59291f05dd3fec927a9da2cda687a9ef4de32e77f699a2be12ab45 +# created: 2022-07-07T14:26:11.880812641Z diff --git a/java-contact-center-insights/README.md b/java-contact-center-insights/README.md index 25f230f6993a..e13c06be1beb 100644 --- a/java-contact-center-insights/README.md +++ b/java-contact-center-insights/README.md @@ -19,20 +19,20 @@ If you are using Maven, add this to your pom.xml file: com.google.cloud google-cloud-contact-center-insights - 2.3.4 + 2.3.5 ``` -If you are using Gradle without BOM, add this to your dependencies +If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-contact-center-insights:2.3.4' +implementation 'com.google.cloud:google-cloud-contact-center-insights:2.3.5' ``` -If you are using SBT, add this to your dependencies +If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-contact-center-insights" % "2.3.4" +libraryDependencies += "com.google.cloud" % "google-cloud-contact-center-insights" % "2.3.5" ``` ## Authentication