Skip to content

Commit 4e2bf5c

Browse files
deps: update dependency com.google.cloud:google-cloud-dataproc to v4.6.0 (#584)
* deps: update dependency com.google.cloud:google-cloud-dataproc to v4.6.0 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 0f4a3ae commit 4e2bf5c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,20 @@ If you are using Maven, add this to your pom.xml file:
1919
<dependency>
2020
<groupId>com.google.cloud</groupId>
2121
<artifactId>pubsublite-spark-sql-streaming</artifactId>
22-
<version>0.4.5</version>
22+
<version>1.0.0</version>
2323
</dependency>
2424
```
2525

2626
If you are using Gradle without BOM, add this to your dependencies:
2727

2828
```Groovy
29-
implementation 'com.google.cloud:pubsublite-spark-sql-streaming:0.4.5'
29+
implementation 'com.google.cloud:pubsublite-spark-sql-streaming:1.0.0'
3030
```
3131

3232
If you are using SBT, add this to your dependencies:
3333

3434
```Scala
35-
libraryDependencies += "com.google.cloud" % "pubsublite-spark-sql-streaming" % "0.4.5"
35+
libraryDependencies += "com.google.cloud" % "pubsublite-spark-sql-streaming" % "1.0.0"
3636
```
3737

3838
## Authentication

samples/snapshot/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<dependency>
5050
<groupId>com.google.cloud</groupId>
5151
<artifactId>google-cloud-dataproc</artifactId>
52-
<version>4.5.0</version>
52+
<version>4.6.0</version>
5353
</dependency>
5454
<dependency>
5555
<groupId>junit</groupId>

samples/snippets/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<dependency>
5050
<groupId>com.google.cloud</groupId>
5151
<artifactId>google-cloud-dataproc</artifactId>
52-
<version>4.5.0</version>
52+
<version>4.6.0</version>
5353
</dependency>
5454
<dependency>
5555
<groupId>junit</groupId>

0 commit comments

Comments
 (0)