diff --git a/java-bigqueryreservation/README.md b/java-bigqueryreservation/README.md index 812506fdd35c..fe84976e4960 100644 --- a/java-bigqueryreservation/README.md +++ b/java-bigqueryreservation/README.md @@ -19,20 +19,20 @@ If you are using Maven, add this to your pom.xml file: com.google.cloud google-cloud-bigqueryreservation - 2.4.1 + 2.4.2 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-bigqueryreservation:2.4.1' +implementation 'com.google.cloud:google-cloud-bigqueryreservation:2.4.2' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-bigqueryreservation" % "2.4.1" +libraryDependencies += "com.google.cloud" % "google-cloud-bigqueryreservation" % "2.4.2" ``` ## Authentication diff --git a/java-bigqueryreservation/samples/snippets/pom.xml b/java-bigqueryreservation/samples/snippets/pom.xml index 0a69a1f53506..ac53664897e9 100644 --- a/java-bigqueryreservation/samples/snippets/pom.xml +++ b/java-bigqueryreservation/samples/snippets/pom.xml @@ -30,7 +30,7 @@ com.google.cloud libraries-bom - 26.0.0 + 26.1.0 pom import