diff --git a/java-dataproc/README.md b/java-dataproc/README.md
index e096b3088284..b93bf0fe171d 100644
--- a/java-dataproc/README.md
+++ b/java-dataproc/README.md
@@ -42,7 +42,7 @@ If you are using Maven without BOM, add this to your dependencies:
com.google.cloud
google-cloud-dataproc
- 4.0.6
+ 4.0.7
```
@@ -57,13 +57,13 @@ 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.6'
+implementation 'com.google.cloud:google-cloud-dataproc:4.0.7'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-dataproc" % "4.0.6"
+libraryDependencies += "com.google.cloud" % "google-cloud-dataproc" % "4.0.7"
```
## Authentication
diff --git a/java-dataproc/samples/install-without-bom/pom.xml b/java-dataproc/samples/install-without-bom/pom.xml
index 94a15a7341a7..95cf58ce2b99 100644
--- a/java-dataproc/samples/install-without-bom/pom.xml
+++ b/java-dataproc/samples/install-without-bom/pom.xml
@@ -29,7 +29,7 @@
com.google.cloud
google-cloud-dataproc
- 4.0.6
+ 4.0.7