From 5773ca479a3c4db8b6f6b03956590bf83b2eea47 Mon Sep 17 00:00:00 2001 From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com> Date: Fri, 8 Jul 2022 21:14:16 +0000 Subject: [PATCH] chore: fix minor typos in README and pom templates (#1479) (#783) Source-Link: https://github.com/googleapis/synthtool/commit/18d4e9bb50d0dfb3291de18c51b96a2c835e2446 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:f8374176dc59291f05dd3fec927a9da2cda687a9ef4de32e77f699a2be12ab45 --- java-scheduler/.github/.OwlBot.lock.yaml | 4 ++-- java-scheduler/README.md | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/java-scheduler/.github/.OwlBot.lock.yaml b/java-scheduler/.github/.OwlBot.lock.yaml index a454a61e8dc2..1b645c012914 100644 --- a/java-scheduler/.github/.OwlBot.lock.yaml +++ b/java-scheduler/.github/.OwlBot.lock.yaml @@ -13,5 +13,5 @@ # limitations under the License. docker: image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest - digest: sha256:6d4e3a15c62cfdcb823d60e16da7521e7c6fc00eba07c8ff12e4de9924a57d28 -# created: 2022-06-29T23:17:33.110417661Z + digest: sha256:f8374176dc59291f05dd3fec927a9da2cda687a9ef4de32e77f699a2be12ab45 +# created: 2022-07-07T14:26:11.880812641Z diff --git a/java-scheduler/README.md b/java-scheduler/README.md index ca5e2be71805..50cd6ab363b0 100644 --- a/java-scheduler/README.md +++ b/java-scheduler/README.md @@ -11,7 +11,7 @@ Java idiomatic client for [Google Cloud Scheduler][product-docs]. ## Quickstart -If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file +If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file: ```xml @@ -46,23 +46,23 @@ If you are using Maven without BOM, add this to your dependencies: ``` -If you are using Gradle 5.x or later, add this to your dependencies +If you are using Gradle 5.x or later, add this to your dependencies: ```Groovy implementation platform('com.google.cloud:libraries-bom:25.4.0') implementation 'com.google.cloud:google-cloud-scheduler' ``` -If you are using Gradle without BOM, add this to your dependencies +If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-scheduler:2.2.0' +implementation 'com.google.cloud:google-cloud-scheduler:2.3.0' ``` -If you are using SBT, add this to your dependencies +If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-scheduler" % "2.2.0" +libraryDependencies += "com.google.cloud" % "google-cloud-scheduler" % "2.3.0" ``` ## Authentication