File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
samples/install-without-bom Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ If you are using Maven without BOM, add this to your dependencies:
4242<dependency >
4343 <groupId >com.google.cloud</groupId >
4444 <artifactId >google-cloud-dataproc</artifactId >
45- <version >4.0.0 </version >
45+ <version >4.0.2 </version >
4646</dependency >
4747
4848```
@@ -57,13 +57,13 @@ implementation 'com.google.cloud:google-cloud-dataproc'
5757If you are using Gradle without BOM, add this to your dependencies:
5858
5959``` Groovy
60- implementation 'com.google.cloud:google-cloud-dataproc:4.0.0 '
60+ implementation 'com.google.cloud:google-cloud-dataproc:4.0.2 '
6161```
6262
6363If you are using SBT, add this to your dependencies:
6464
6565``` Scala
66- libraryDependencies += " com.google.cloud" % " google-cloud-dataproc" % " 4.0.0 "
66+ libraryDependencies += " com.google.cloud" % " google-cloud-dataproc" % " 4.0.2 "
6767```
6868
6969## Authentication
Original file line number Diff line number Diff line change 2929 <dependency >
3030 <groupId >com.google.cloud</groupId >
3131 <artifactId >google-cloud-dataproc</artifactId >
32- <version >4.0.0 </version >
32+ <version >4.0.2 </version >
3333 </dependency >
3434 <!-- [END dataproc_install_without_bom] -->
3535 <dependency >
You can’t perform that action at this time.
0 commit comments