diff --git a/README.md b/README.md index cb7eac3b..d7167e55 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ 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.0') +implementation platform('com.google.cloud:libraries-bom:24.1.1') implementation 'com.google.cloud:google-cloud-secretmanager' ``` diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml index 1249026a..bcf5e04f 100644 --- a/samples/install-without-bom/pom.xml +++ b/samples/install-without-bom/pom.xml @@ -36,7 +36,7 @@ com.google.protobuf protobuf-java-util - 3.19.1 + 3.19.2 junit diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml index 4603395c..c04ce4ea 100644 --- a/samples/snapshot/pom.xml +++ b/samples/snapshot/pom.xml @@ -34,7 +34,7 @@ com.google.protobuf protobuf-java-util - 3.19.1 + 3.19.2 diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml index f55d435b..3291ed08 100644 --- a/samples/snippets/pom.xml +++ b/samples/snippets/pom.xml @@ -46,7 +46,7 @@ com.google.protobuf protobuf-java-util - 3.19.1 + 3.19.2 junit