From 1e348c6b0781d3b0c3f85df54b0422597e4c5f52 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Thu, 10 Jun 2021 08:20:07 -0700 Subject: [PATCH] chore: regenerate README (#593) This PR was generated using Autosynth. :rainbow:
Log from Synthtool ``` 2021-06-10 15:13:43,010 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-monitoring/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-06-10 15:13:44,246 synthtool [DEBUG] > Wrote metadata to .github/readme/synth.metadata/synth.metadata. ```
Full log will be available here: https://source.cloud.google.com/results/invocations/dc1f7dcc-5a37-4675-bb5e-e8aba3758fe1/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 5139fdd6..e61d2e59 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": "b63e99eeed3353640af443733e64e218f7cb1f56" + "sha": "de9627e3cedffba5151d22d0bc19cf0565097a92" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "740366bbb9a7e0f4b77fc75dc26be1d3a376c3e0" + "sha": "5cae043787729a908ed0cab28ca27baf9acee3c4" } } ] diff --git a/README.md b/README.md index 8b069108..7e5ca524 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.2' +compile 'com.google.cloud:google-cloud-monitoring:2.3.3' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-monitoring" % "2.3.2" +libraryDependencies += "com.google.cloud" % "google-cloud-monitoring" % "2.3.3" ``` ## Authentication