From 5e37104566ded91318dd3b983efc934f13ac4a68 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Thu, 13 May 2021 16:48:06 -0700 Subject: [PATCH] chore: regenerate README (#549) This PR was generated using Autosynth. :rainbow:
Log from Synthtool ``` 2021-05-13 23:43:12,620 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-monitoring/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-05-13 23:43:13,904 synthtool [DEBUG] > Wrote metadata to .github/readme/synth.metadata/synth.metadata. ```
Full log will be available here: https://source.cloud.google.com/results/invocations/feb8e9a5-d7ee-472c-ae6a-cb25f4dacd25/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.) --- .github/readme/synth.metadata/synth.metadata | 4 ++-- README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/readme/synth.metadata/synth.metadata b/.github/readme/synth.metadata/synth.metadata index ada574af..cb67f7b1 100644 --- a/.github/readme/synth.metadata/synth.metadata +++ b/.github/readme/synth.metadata/synth.metadata @@ -4,14 +4,14 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/java-monitoring.git", - "sha": "488f2f755d19168a3ad70114300f48b6744a0f5f" + "sha": "75270a7cea1cda16bfd8ef3ccc1b4a2673b239eb" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "f7e7449a641ce47f2a04ed577dec48e109325e76" + "sha": "4f4b1b9b8d8b52f1e9e4a76165896debce5ab7f1" } } ] diff --git a/README.md b/README.md index 7be58e99..aae3bd59 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.2.1' +compile 'com.google.cloud:google-cloud-monitoring:2.2.2' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-monitoring" % "2.2.1" +libraryDependencies += "com.google.cloud" % "google-cloud-monitoring" % "2.2.2" ``` ## Authentication