diff --git a/java-dataproc/README.md b/java-dataproc/README.md
index b93bf0fe171d..72ea714b2c28 100644
--- a/java-dataproc/README.md
+++ b/java-dataproc/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
- 26.1.2
+ 26.1.3
pom
import
@@ -50,20 +50,20 @@ 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:26.1.2')
+implementation platform('com.google.cloud:libraries-bom:26.1.3')
implementation 'com.google.cloud:google-cloud-dataproc'
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-dataproc:4.0.7'
+implementation 'com.google.cloud:google-cloud-dataproc:4.0.8'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-dataproc" % "4.0.7"
+libraryDependencies += "com.google.cloud" % "google-cloud-dataproc" % "4.0.8"
```
## Authentication
diff --git a/java-dataproc/samples/snippets/pom.xml b/java-dataproc/samples/snippets/pom.xml
index 9196dd0ba17d..ee0ac83b0210 100644
--- a/java-dataproc/samples/snippets/pom.xml
+++ b/java-dataproc/samples/snippets/pom.xml
@@ -30,7 +30,7 @@
com.google.cloud
libraries-bom
- 26.1.2
+ 26.1.3
pom
import