diff --git a/README.md b/README.md index 4523a816..e70a308e 100644 --- a/README.md +++ b/README.md @@ -57,13 +57,13 @@ implementation 'com.google.cloud:google-cloud-monitoring' If you are using Gradle without BOM, add this to your dependencies ```Groovy -implementation 'com.google.cloud:google-cloud-monitoring:3.2.1' +implementation 'com.google.cloud:google-cloud-monitoring:3.2.2' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-monitoring" % "3.2.1" +libraryDependencies += "com.google.cloud" % "google-cloud-monitoring" % "3.2.2" ``` ## Authentication diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml index 3d45efac..c79bdda8 100644 --- a/samples/install-without-bom/pom.xml +++ b/samples/install-without-bom/pom.xml @@ -41,7 +41,7 @@ com.google.protobuf protobuf-java-util - 3.19.3 + 3.19.4 diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml index 7025d3ea..7f3b472c 100644 --- a/samples/snapshot/pom.xml +++ b/samples/snapshot/pom.xml @@ -39,7 +39,7 @@ com.google.protobuf protobuf-java-util - 3.19.3 + 3.19.4 junit