Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.
Merged
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ If you are using Maven without BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-dataproc</artifactId>
<version>2.1.1</version>
<version>2.1.2</version>
</dependency>

```
Expand All @@ -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:2.1.2'
implementation 'com.google.cloud:google-cloud-dataproc:2.1.3'
```

If you are using SBT, add this to your dependencies

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-dataproc" % "2.1.2"
libraryDependencies += "com.google.cloud" % "google-cloud-dataproc" % "2.1.3"
```

## Authentication
Expand Down
2 changes: 1 addition & 1 deletion samples/install-without-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-dataproc</artifactId>
<version>2.1.1</version>
<version>2.1.2</version>
</dependency>
<!-- [END dataproc_install_without_bom] -->
<dependency>
Expand Down