diff --git a/java-contact-center-insights/README.md b/java-contact-center-insights/README.md index 5e08f32e2601..31b57d1d4256 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.4.0 + 2.5.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-contact-center-insights:2.4.0' +implementation 'com.google.cloud:google-cloud-contact-center-insights:2.5.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-contact-center-insights" % "2.4.0" +libraryDependencies += "com.google.cloud" % "google-cloud-contact-center-insights" % "2.5.0" ``` ## Authentication diff --git a/java-contact-center-insights/pom.xml b/java-contact-center-insights/pom.xml index 4ed708e800f9..0d44ba70677d 100644 --- a/java-contact-center-insights/pom.xml +++ b/java-contact-center-insights/pom.xml @@ -76,7 +76,7 @@ com.google.cloud google-cloud-shared-dependencies - 3.0.4 + 3.0.6 pom import