diff --git a/README.md b/README.md index 55d40dfd..bb440069 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.3.2' +implementation 'com.google.cloud:google-cloud-monitoring:3.3.3' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-monitoring" % "3.3.2" +libraryDependencies += "com.google.cloud" % "google-cloud-monitoring" % "3.3.3" ``` ## Authentication diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml index 1f0a70dd..c3d65e8c 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.21.3 + 3.21.4 diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml index 41b89a08..72681c9a 100644 --- a/samples/snapshot/pom.xml +++ b/samples/snapshot/pom.xml @@ -39,7 +39,7 @@ com.google.protobuf protobuf-java-util - 3.21.3 + 3.21.4 junit