From d7695ddbe47d0552283fea4aff23baba43cbc1b3 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Thu, 3 Jun 2021 08:32:25 -0700 Subject: [PATCH] chore: regenerate README (#578) This PR was generated using Autosynth. :rainbow:
Log from Synthtool ``` 2021-06-03 15:26:17,670 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-monitoring/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-06-03 15:26:18,983 synthtool [DEBUG] > Wrote metadata to .github/readme/synth.metadata/synth.metadata. ```
Full log will be available here: https://source.cloud.google.com/results/invocations/6cbf872d-6f9e-421e-a57f-4af5a5a8749f/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.) --- .github/readme/synth.metadata/synth.metadata | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/readme/synth.metadata/synth.metadata b/.github/readme/synth.metadata/synth.metadata index a442d778..a233e6ad 100644 --- a/.github/readme/synth.metadata/synth.metadata +++ b/.github/readme/synth.metadata/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/java-monitoring.git", - "sha": "b48b2e26381fb5eac05c42c6636e842aac0fdd9e" + "sha": "52c00872c3845b0b5375cacedeee2b56aa71bfe0" } }, { diff --git a/README.md b/README.md index 1e89a71f..06ff74ad 100644 --- a/README.md +++ b/README.md @@ -52,12 +52,12 @@ compile 'com.google.cloud:google-cloud-monitoring' ``` If you are using Gradle without BOM, add this to your dependencies ```Groovy -compile 'com.google.cloud:google-cloud-monitoring:2.3.0' +compile 'com.google.cloud:google-cloud-monitoring:2.3.1' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-monitoring" % "2.3.0" +libraryDependencies += "com.google.cloud" % "google-cloud-monitoring" % "2.3.1" ``` ## Authentication