Skip to content

Commit bcf9c9e

Browse files
chore: fix minor typos in README and pom templates (#1479) (#882)
Source-Link: googleapis/synthtool@18d4e9b Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:f8374176dc59291f05dd3fec927a9da2cda687a9ef4de32e77f699a2be12ab45
1 parent 4f46d0d commit bcf9c9e

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

java-dataproc/.github/.OwlBot.lock.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
# limitations under the License.
1414
docker:
1515
image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest
16-
digest: sha256:6d4e3a15c62cfdcb823d60e16da7521e7c6fc00eba07c8ff12e4de9924a57d28
17-
# created: 2022-06-29T23:17:33.110417661Z
16+
digest: sha256:f8374176dc59291f05dd3fec927a9da2cda687a9ef4de32e77f699a2be12ab45
17+
# created: 2022-07-07T14:26:11.880812641Z

java-dataproc/README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Java idiomatic client for [Dataproc][product-docs].
1111

1212
## Quickstart
1313

14-
If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file
14+
If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
1515

1616
```xml
1717
<dependencyManagement>
@@ -47,23 +47,23 @@ If you are using Maven without BOM, add this to your dependencies:
4747

4848
```
4949

50-
If you are using Gradle 5.x or later, add this to your dependencies
50+
If you are using Gradle 5.x or later, add this to your dependencies:
5151

5252
```Groovy
5353
implementation platform('com.google.cloud:libraries-bom:25.4.0')
5454
5555
implementation 'com.google.cloud:google-cloud-dataproc'
5656
```
57-
If you are using Gradle without BOM, add this to your dependencies
57+
If you are using Gradle without BOM, add this to your dependencies:
5858

5959
```Groovy
60-
implementation 'com.google.cloud:google-cloud-dataproc:3.1.2'
60+
implementation 'com.google.cloud:google-cloud-dataproc:4.0.0'
6161
```
6262

63-
If you are using SBT, add this to your dependencies
63+
If you are using SBT, add this to your dependencies:
6464

6565
```Scala
66-
libraryDependencies += "com.google.cloud" % "google-cloud-dataproc" % "3.1.2"
66+
libraryDependencies += "com.google.cloud" % "google-cloud-dataproc" % "4.0.0"
6767
```
6868

6969
## Authentication

0 commit comments

Comments
 (0)