diff --git a/java-kms/README.md b/java-kms/README.md index 66232c2957b1..dac0b172212b 100644 --- a/java-kms/README.md +++ b/java-kms/README.md @@ -19,7 +19,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file: com.google.cloud libraries-bom - 26.1.0 + 26.1.1 pom import @@ -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:26.1.0') +implementation platform('com.google.cloud:libraries-bom:26.1.1') implementation 'com.google.cloud:google-cloud-kms' ``` diff --git a/java-kms/samples/snippets/pom.xml b/java-kms/samples/snippets/pom.xml index 1be6a622f2d8..84fe6c2df688 100644 --- a/java-kms/samples/snippets/pom.xml +++ b/java-kms/samples/snippets/pom.xml @@ -30,7 +30,7 @@ com.google.cloud libraries-bom - 26.1.0 + 26.1.1 pom import