diff --git a/java-secretmanager/README.md b/java-secretmanager/README.md index d05bf69b24ee..80eb79842afa 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 - 25.4.0 + 26.0.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:25.4.0') +implementation platform('com.google.cloud:libraries-bom:26.0.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 adff43ac5bee..2239427ebbd2 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 - 25.4.0 + 26.0.0 pom import diff --git a/java-secretmanager/samples/snippets/pom.xml b/java-secretmanager/samples/snippets/pom.xml index 3a451174fc93..0997a67054f2 100644 --- a/java-secretmanager/samples/snippets/pom.xml +++ b/java-secretmanager/samples/snippets/pom.xml @@ -30,7 +30,7 @@ com.google.cloud libraries-bom - 25.4.0 + 26.0.0 pom import