diff --git a/README.md b/README.md index 8a33cf0211..71a4a94c68 100644 --- a/README.md +++ b/README.md @@ -59,13 +59,13 @@ implementation 'com.google.cloud:google-cloud-bigquery' If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-bigquery:2.18.0' +implementation 'com.google.cloud:google-cloud-bigquery:2.18.2' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-bigquery" % "2.18.0" +libraryDependencies += "com.google.cloud" % "google-cloud-bigquery" % "2.18.2" ``` ## Authentication diff --git a/pom.xml b/pom.xml index 5f1bb3c4c6..e87cd2ceee 100644 --- a/pom.xml +++ b/pom.xml @@ -72,7 +72,7 @@ com.google.cloud google-cloud-bigquerystorage-bom - 2.24.0 + 2.24.2 pom import