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