diff --git a/java-gkehub/README.md b/java-gkehub/README.md index c4ba8b4b7bb3..8b21c30e4cbf 100644 --- a/java-gkehub/README.md +++ b/java-gkehub/README.md @@ -19,7 +19,7 @@ If you are using Maven, add this to your pom.xml file: com.google.cloud google-cloud-gkehub - 1.2.0 + 1.2.1 ``` @@ -27,13 +27,13 @@ If you are using Maven, add this to your pom.xml file: If you are using Gradle without BOM, add this to your dependencies ```Groovy -implementation 'com.google.cloud:google-cloud-gkehub:1.2.0' +implementation 'com.google.cloud:google-cloud-gkehub:1.2.1' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-gkehub" % "1.2.0" +libraryDependencies += "com.google.cloud" % "google-cloud-gkehub" % "1.2.1" ``` ## Authentication diff --git a/java-gkehub/samples/install-without-bom/pom.xml b/java-gkehub/samples/install-without-bom/pom.xml index f288cf5d1666..2435b3a248eb 100644 --- a/java-gkehub/samples/install-without-bom/pom.xml +++ b/java-gkehub/samples/install-without-bom/pom.xml @@ -29,7 +29,7 @@ com.google.cloud google-cloud-gkehub - 1.2.0 + 1.2.1 diff --git a/java-gkehub/samples/snapshot/pom.xml b/java-gkehub/samples/snapshot/pom.xml index c431805c7648..0a709e3cb7f9 100644 --- a/java-gkehub/samples/snapshot/pom.xml +++ b/java-gkehub/samples/snapshot/pom.xml @@ -28,7 +28,7 @@ com.google.cloud google-cloud-gkehub - 1.2.0 + 1.2.1 diff --git a/java-gkehub/samples/snippets/pom.xml b/java-gkehub/samples/snippets/pom.xml index a31b8bb542f5..b096c92c6f57 100644 --- a/java-gkehub/samples/snippets/pom.xml +++ b/java-gkehub/samples/snippets/pom.xml @@ -28,7 +28,7 @@ com.google.cloud google-cloud-gkehub - 1.2.0 + 1.2.1