diff --git a/java-kms/README.md b/java-kms/README.md index 6d09739a2fae..6592fd960e72 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.0.0 + 26.1.0 pom import @@ -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:26.0.0') +implementation platform('com.google.cloud:libraries-bom:26.1.0') implementation 'com.google.cloud:google-cloud-kms' ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-kms:2.6.2' +implementation 'com.google.cloud:google-cloud-kms:2.6.3' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-kms" % "2.6.2" +libraryDependencies += "com.google.cloud" % "google-cloud-kms" % "2.6.3" ``` ## Authentication diff --git a/java-kms/samples/snippets/pom.xml b/java-kms/samples/snippets/pom.xml index 354bf493fc6f..1be6a622f2d8 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.0.0 + 26.1.0 pom import