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