diff --git a/java-artifact-registry/README.md b/java-artifact-registry/README.md index 09e13f415661..a418d16d7ca8 100644 --- a/java-artifact-registry/README.md +++ b/java-artifact-registry/README.md @@ -19,20 +19,20 @@ If you are using Maven, add this to your pom.xml file: com.google.cloud google-cloud-artifact-registry - 1.2.3 + 1.2.4 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-artifact-registry:1.2.3' +implementation 'com.google.cloud:google-cloud-artifact-registry:1.2.4' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-artifact-registry" % "1.2.3" +libraryDependencies += "com.google.cloud" % "google-cloud-artifact-registry" % "1.2.4" ``` ## Authentication diff --git a/java-artifact-registry/samples/install-without-bom/pom.xml b/java-artifact-registry/samples/install-without-bom/pom.xml index 928195f2902f..86478ff21576 100644 --- a/java-artifact-registry/samples/install-without-bom/pom.xml +++ b/java-artifact-registry/samples/install-without-bom/pom.xml @@ -29,7 +29,7 @@ com.google.cloud google-cloud-artifact-registry - 1.2.3 + 1.2.4 diff --git a/java-artifact-registry/samples/snippets/pom.xml b/java-artifact-registry/samples/snippets/pom.xml index f73c36196471..4845c992f335 100644 --- a/java-artifact-registry/samples/snippets/pom.xml +++ b/java-artifact-registry/samples/snippets/pom.xml @@ -28,7 +28,7 @@ com.google.cloud google-cloud-artifact-registry - 1.2.3 + 1.2.4