diff --git a/java-iamcredentials/README.md b/java-iamcredentials/README.md
index 50062801d45f..50a89d9281bf 100644
--- a/java-iamcredentials/README.md
+++ b/java-iamcredentials/README.md
@@ -19,7 +19,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file
com.google.cloud
libraries-bom
- 25.3.0
+ 25.4.0
pom
import
@@ -49,7 +49,7 @@ If you are using Maven without BOM, add this to your dependencies:
If you are using Gradle 5.x or later, add this to your dependencies
```Groovy
-implementation platform('com.google.cloud:libraries-bom:25.3.0')
+implementation platform('com.google.cloud:libraries-bom:25.4.0')
implementation 'com.google.cloud:google-cloud-iamcredentials'
```
diff --git a/java-iamcredentials/samples/snippets/pom.xml b/java-iamcredentials/samples/snippets/pom.xml
index c2501d4a841e..fad10dc2b35c 100644
--- a/java-iamcredentials/samples/snippets/pom.xml
+++ b/java-iamcredentials/samples/snippets/pom.xml
@@ -30,7 +30,7 @@
com.google.cloud
libraries-bom
- 25.3.0
+ 25.4.0
pom
import