diff --git a/README.md b/README.md index 0aa3656d6..195be862e 100644 --- a/README.md +++ b/README.md @@ -56,13 +56,13 @@ implementation 'com.google.cloud:google-cloud-dialogflow' If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-dialogflow:4.8.5' +implementation 'com.google.cloud:google-cloud-dialogflow:4.8.6' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-dialogflow" % "4.8.5" +libraryDependencies += "com.google.cloud" % "google-cloud-dialogflow" % "4.8.6" ``` ## Authentication diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml index 862e86044..a813a3593 100644 --- a/samples/install-without-bom/pom.xml +++ b/samples/install-without-bom/pom.xml @@ -36,7 +36,7 @@ com.google.cloud google-cloud-core - 2.8.15 + 2.8.16 test tests diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml index 98354d149..5bdbff314 100644 --- a/samples/snapshot/pom.xml +++ b/samples/snapshot/pom.xml @@ -34,7 +34,7 @@ com.google.cloud google-cloud-core - 2.8.15 + 2.8.16 test tests diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml index 760f9d91d..66b023345 100644 --- a/samples/snippets/pom.xml +++ b/samples/snippets/pom.xml @@ -47,7 +47,7 @@ com.google.cloud google-cloud-core - 2.8.15 + 2.8.16 test tests