diff --git a/java-dialogflow-cx/README.md b/java-dialogflow-cx/README.md index b64dd3bb79e7..f18e89e254d3 100644 --- a/java-dialogflow-cx/README.md +++ b/java-dialogflow-cx/README.md @@ -22,20 +22,20 @@ If you are using Maven, add this to your pom.xml file: com.google.cloud google-cloud-dialogflow-cx - 0.14.2 + 0.14.3 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-dialogflow-cx:0.14.2' +implementation 'com.google.cloud:google-cloud-dialogflow-cx:0.14.3' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-dialogflow-cx" % "0.14.2" +libraryDependencies += "com.google.cloud" % "google-cloud-dialogflow-cx" % "0.14.3" ``` ## Authentication diff --git a/java-dialogflow-cx/samples/install-without-bom/pom.xml b/java-dialogflow-cx/samples/install-without-bom/pom.xml index 42e68385493b..77e39015870a 100644 --- a/java-dialogflow-cx/samples/install-without-bom/pom.xml +++ b/java-dialogflow-cx/samples/install-without-bom/pom.xml @@ -40,7 +40,7 @@ org.mockito mockito-core - 4.6.1 + 4.7.0 test diff --git a/java-dialogflow-cx/samples/snapshot/pom.xml b/java-dialogflow-cx/samples/snapshot/pom.xml index 40f7fb841bbb..46e170457c07 100644 --- a/java-dialogflow-cx/samples/snapshot/pom.xml +++ b/java-dialogflow-cx/samples/snapshot/pom.xml @@ -39,7 +39,7 @@ org.mockito mockito-core - 4.6.1 + 4.7.0 test diff --git a/java-dialogflow-cx/samples/snippets/pom.xml b/java-dialogflow-cx/samples/snippets/pom.xml index 4d11f88bbdff..17f27e226720 100644 --- a/java-dialogflow-cx/samples/snippets/pom.xml +++ b/java-dialogflow-cx/samples/snippets/pom.xml @@ -55,7 +55,7 @@ org.mockito mockito-core - 4.6.1 + 4.7.0 test