File tree 2 files changed +4
-4
lines changed
samples/install-without-bom
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:
42
42
<dependency >
43
43
<groupId >com.google.cloud</groupId >
44
44
<artifactId >google-cloud-dataproc</artifactId >
45
- <version >3.1.1 </version >
45
+ <version >3.1.2 </version >
46
46
</dependency >
47
47
48
48
```
@@ -57,13 +57,13 @@ implementation 'com.google.cloud:google-cloud-dataproc'
57
57
If you are using Gradle without BOM, add this to your dependencies
58
58
59
59
``` Groovy
60
- implementation 'com.google.cloud:google-cloud-dataproc:3.1.1 '
60
+ implementation 'com.google.cloud:google-cloud-dataproc:3.1.2 '
61
61
```
62
62
63
63
If you are using SBT, add this to your dependencies
64
64
65
65
``` Scala
66
- libraryDependencies += " com.google.cloud" % " google-cloud-dataproc" % " 3.1.1 "
66
+ libraryDependencies += " com.google.cloud" % " google-cloud-dataproc" % " 3.1.2 "
67
67
```
68
68
69
69
## Authentication
Original file line number Diff line number Diff line change 29
29
<dependency >
30
30
<groupId >com.google.cloud</groupId >
31
31
<artifactId >google-cloud-dataproc</artifactId >
32
- <version >3.1.1 </version >
32
+ <version >3.1.2 </version >
33
33
</dependency >
34
34
<!-- [END dataproc_install_without_bom] -->
35
35
<dependency >
You can’t perform that action at this time.
0 commit comments