Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.

Commit e82b7d6

Browse files
chore: regenerate README (#571)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2021-06-03 00:25:18,017 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-dataproc/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-06-03 00:25:19,230 synthtool [DEBUG] > Wrote metadata to .github/readme/synth.metadata/synth.metadata. ``` </details> Full log will be available here: https://source.cloud.google.com/results/invocations/ebb26191-0435-46b9-89d0-10b1f0082d56/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
1 parent f18a46e commit e82b7d6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/readme/synth.metadata/synth.metadata

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-dataproc.git",
7-
"sha": "8199bda638bb86aa16abb5122bb563a909a76601"
7+
"sha": "f18a46eb06a2998113a6f09ed2262a5a28af221e"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "c3e41da0fa256ad7f6b4bc76b9d069dedecdfef4"
14+
"sha": "811d20bc0b00c09773dfc74ac2baaf1286e943b7"
1515
}
1616
}
1717
]

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ If you are using Maven without BOM, add this to your dependencies:
3939
<dependency>
4040
<groupId>com.google.cloud</groupId>
4141
<artifactId>google-cloud-dataproc</artifactId>
42-
<version>1.5.0</version>
42+
<version>1.5.1</version>
4343
</dependency>
4444

4545
```
@@ -52,12 +52,12 @@ compile 'com.google.cloud:google-cloud-dataproc'
5252
```
5353
If you are using Gradle without BOM, add this to your dependencies
5454
```Groovy
55-
compile 'com.google.cloud:google-cloud-dataproc:1.5.0'
55+
compile 'com.google.cloud:google-cloud-dataproc:1.5.1'
5656
```
5757

5858
If you are using SBT, add this to your dependencies
5959
```Scala
60-
libraryDependencies += "com.google.cloud" % "google-cloud-dataproc" % "1.5.0"
60+
libraryDependencies += "com.google.cloud" % "google-cloud-dataproc" % "1.5.1"
6161
```
6262

6363
## Authentication

0 commit comments

Comments
 (0)