diff --git a/java-artifact-registry/README.md b/java-artifact-registry/README.md
index a418d16d7ca8..1253b172a30e 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.4
+ 1.2.5
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-artifact-registry:1.2.4'
+implementation 'com.google.cloud:google-cloud-artifact-registry:1.2.5'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-artifact-registry" % "1.2.4"
+libraryDependencies += "com.google.cloud" % "google-cloud-artifact-registry" % "1.2.5"
```
## Authentication
diff --git a/java-artifact-registry/samples/install-without-bom/pom.xml b/java-artifact-registry/samples/install-without-bom/pom.xml
index 86478ff21576..629ec02eecbd 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.4
+ 1.2.5
diff --git a/java-artifact-registry/samples/snippets/pom.xml b/java-artifact-registry/samples/snippets/pom.xml
index 4845c992f335..1acdacd900e7 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.4
+ 1.2.5