diff --git a/README.md b/README.md index 472b3045..f6339877 100644 --- a/README.md +++ b/README.md @@ -50,20 +50,20 @@ If you are using Maven without BOM, add this to your dependencies: If you are using Gradle 5.x or later, add this to your dependencies ```Groovy -implementation platform('com.google.cloud:libraries-bom:24.1.2') +implementation platform('com.google.cloud:libraries-bom:24.2.0') 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.0' +implementation 'com.google.cloud:google-cloud-monitoring:3.2.1' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-monitoring" % "3.2.0" +libraryDependencies += "com.google.cloud" % "google-cloud-monitoring" % "3.2.1" ``` ## Authentication diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml index d8e64b0a..71bc937c 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.2 + 3.19.3 diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml index 7650fb2e..aa510bfe 100644 --- a/samples/snapshot/pom.xml +++ b/samples/snapshot/pom.xml @@ -39,7 +39,7 @@ com.google.protobuf protobuf-java-util - 3.19.2 + 3.19.3 junit