diff --git a/java-domains/README.md b/java-domains/README.md index 40a415a73683..d55e127990ba 100644 --- a/java-domains/README.md +++ b/java-domains/README.md @@ -19,7 +19,7 @@ If you are using Maven, add this to your pom.xml file: com.google.cloud google-cloud-domains - 1.0.4 + 1.0.6 ``` @@ -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-domains:1.0.4' +implementation 'com.google.cloud:google-cloud-domains:1.0.6' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-domains" % "1.0.4" +libraryDependencies += "com.google.cloud" % "google-cloud-domains" % "1.0.6" ``` ## Authentication diff --git a/java-domains/samples/install-without-bom/pom.xml b/java-domains/samples/install-without-bom/pom.xml index 2758ae8ddaf0..c75932be2d04 100644 --- a/java-domains/samples/install-without-bom/pom.xml +++ b/java-domains/samples/install-without-bom/pom.xml @@ -29,7 +29,7 @@ com.google.cloud google-cloud-domains - 1.0.4 + 1.0.6 diff --git a/java-domains/samples/snippets/pom.xml b/java-domains/samples/snippets/pom.xml index aaff535da842..2e6adbd7d729 100644 --- a/java-domains/samples/snippets/pom.xml +++ b/java-domains/samples/snippets/pom.xml @@ -28,7 +28,7 @@ com.google.cloud google-cloud-domains - 1.0.4 + 1.0.6