diff --git a/java-contact-center-insights/README.md b/java-contact-center-insights/README.md index 5d4390924160..5e08f32e2601 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.9 + 2.4.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-contact-center-insights:2.3.9' +implementation 'com.google.cloud:google-cloud-contact-center-insights:2.4.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-contact-center-insights" % "2.3.9" +libraryDependencies += "com.google.cloud" % "google-cloud-contact-center-insights" % "2.4.0" ``` ## Authentication diff --git a/java-contact-center-insights/google-cloud-contact-center-insights-bom/pom.xml b/java-contact-center-insights/google-cloud-contact-center-insights-bom/pom.xml index a43ef9c31119..cb74923c11cd 100644 --- a/java-contact-center-insights/google-cloud-contact-center-insights-bom/pom.xml +++ b/java-contact-center-insights/google-cloud-contact-center-insights-bom/pom.xml @@ -8,7 +8,7 @@ com.google.cloud google-cloud-shared-config - 1.5.3 + 1.5.4 Google CCAI Insights BOM diff --git a/java-contact-center-insights/pom.xml b/java-contact-center-insights/pom.xml index 5fe173ad29c3..4ed708e800f9 100644 --- a/java-contact-center-insights/pom.xml +++ b/java-contact-center-insights/pom.xml @@ -14,7 +14,7 @@ com.google.cloud google-cloud-shared-config - 1.5.3 + 1.5.4