diff --git a/java-secretmanager/README.md b/java-secretmanager/README.md index af075b61701c..a8d3d964fc41 100644 --- a/java-secretmanager/README.md +++ b/java-secretmanager/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,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.0.0') +implementation platform('com.google.cloud:libraries-bom:26.1.0') implementation 'com.google.cloud:google-cloud-secretmanager' ``` diff --git a/java-secretmanager/samples/native-image-sample/pom.xml b/java-secretmanager/samples/native-image-sample/pom.xml index 8e7b005414b9..27eddb4fe7eb 100644 --- a/java-secretmanager/samples/native-image-sample/pom.xml +++ b/java-secretmanager/samples/native-image-sample/pom.xml @@ -28,7 +28,7 @@ com.google.cloud libraries-bom - 26.0.0 + 26.1.0 pom import diff --git a/java-secretmanager/samples/snippets/pom.xml b/java-secretmanager/samples/snippets/pom.xml index 8802d2fe4b57..df04a76d2a00 100644 --- a/java-secretmanager/samples/snippets/pom.xml +++ b/java-secretmanager/samples/snippets/pom.xml @@ -30,7 +30,7 @@ com.google.cloud libraries-bom - 26.0.0 + 26.1.0 pom import