diff --git a/java-ids/README.md b/java-ids/README.md index 172036b8efd1..e5bf1f4d53aa 100644 --- a/java-ids/README.md +++ b/java-ids/README.md @@ -19,7 +19,7 @@ If you are using Maven, add this to your pom.xml file: com.google.cloud google-cloud-ids - 1.2.2 + 1.2.3 ``` @@ -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-ids:1.2.2' +implementation 'com.google.cloud:google-cloud-ids:1.2.3' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-ids" % "1.2.2" +libraryDependencies += "com.google.cloud" % "google-cloud-ids" % "1.2.3" ``` ## Authentication diff --git a/java-ids/samples/install-without-bom/pom.xml b/java-ids/samples/install-without-bom/pom.xml index 5de702314347..e76b81a1034e 100644 --- a/java-ids/samples/install-without-bom/pom.xml +++ b/java-ids/samples/install-without-bom/pom.xml @@ -29,7 +29,7 @@ com.google.cloud google-cloud-ids - 1.2.2 + 1.2.3 diff --git a/java-ids/samples/snippets/pom.xml b/java-ids/samples/snippets/pom.xml index c23e81a77ee5..28377b038bdb 100644 --- a/java-ids/samples/snippets/pom.xml +++ b/java-ids/samples/snippets/pom.xml @@ -28,7 +28,7 @@ com.google.cloud google-cloud-ids - 1.2.2 + 1.2.3