diff --git a/java-dataproc/README.md b/java-dataproc/README.md index 0d70c01fc8cd..60fcc127598e 100644 --- a/java-dataproc/README.md +++ b/java-dataproc/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-dataproc' ``` diff --git a/java-dataproc/samples/snippets/pom.xml b/java-dataproc/samples/snippets/pom.xml index 3a9f3f353b68..5469158f25b7 100644 --- a/java-dataproc/samples/snippets/pom.xml +++ b/java-dataproc/samples/snippets/pom.xml @@ -30,7 +30,7 @@ com.google.cloud libraries-bom - 26.0.0 + 26.1.0 pom import