diff --git a/README.md b/README.md index e567995923..f4cae8aedd 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,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.10.0') +implementation platform('com.google.cloud:libraries-bom:26.11.0') implementation 'com.google.cloud:google-cloud-bigquerystorage' ``` diff --git a/pom.xml b/pom.xml index fd9eb4b0dc..d3e9764308 100644 --- a/pom.xml +++ b/pom.xml @@ -132,7 +132,7 @@ com.google.cloud google-cloud-bigquery - 2.24.1 + 2.24.3 test diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml index 44b34720d2..ecfcdc5934 100644 --- a/samples/install-without-bom/pom.xml +++ b/samples/install-without-bom/pom.xml @@ -37,7 +37,7 @@ com.google.cloud google-cloud-bigquery - 2.24.1 + 2.24.3 org.apache.avro diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml index b2128caa6e..3bc1ba9340 100644 --- a/samples/snapshot/pom.xml +++ b/samples/snapshot/pom.xml @@ -36,7 +36,7 @@ com.google.cloud google-cloud-bigquery - 2.24.1 + 2.24.3 org.apache.avro diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml index 3bafe084e6..fde586b035 100644 --- a/samples/snippets/pom.xml +++ b/samples/snippets/pom.xml @@ -48,7 +48,7 @@ com.google.cloud google-cloud-bigquery - 2.24.1 + 2.24.3 org.apache.avro diff --git a/tutorials/JsonWriterDefaultStream/pom.xml b/tutorials/JsonWriterDefaultStream/pom.xml index 31baf2ce81..7e1aca52c1 100644 --- a/tutorials/JsonWriterDefaultStream/pom.xml +++ b/tutorials/JsonWriterDefaultStream/pom.xml @@ -24,7 +24,7 @@ com.google.cloud google-cloud-bigquery - 2.24.1 + 2.24.3 org.apache.avro