diff --git a/CHANGELOG.md b/CHANGELOG.md
index 499427191..d49ced0dc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,13 @@
# Changelog
+### [2.10.9](https://github.com/googleapis/java-bigquery/compare/v2.10.8...v2.10.9) (2022-04-16)
+
+
+### Dependencies
+
+* update dependency com.google.cloud:google-cloud-shared-dependencies to v2.10.0 ([#1983](https://github.com/googleapis/java-bigquery/issues/1983)) ([50ac31c](https://github.com/googleapis/java-bigquery/commit/50ac31c598ae8c5aa4e1f6dcde80da704db904a5))
+* update dependency com.google.cloud:native-image-support to v0.13.1 ([#1982](https://github.com/googleapis/java-bigquery/issues/1982)) ([04f4679](https://github.com/googleapis/java-bigquery/commit/04f4679fe376e726b21e313115bfd48adc6cbe6b))
+
### [2.10.8](https://github.com/googleapis/java-bigquery/compare/v2.10.7...v2.10.8) (2022-04-14)
diff --git a/README.md b/README.md
index 997add9ff..f0e0c1053 100644
--- a/README.md
+++ b/README.md
@@ -44,7 +44,7 @@ If you are using Maven without BOM, add this to your dependencies:
com.google.cloud
google-cloud-bigquery
- 2.10.7
+ 2.10.8
```
@@ -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.10.7'
+implementation 'com.google.cloud:google-cloud-bigquery:2.10.8'
```
If you are using SBT, add this to your dependencies
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-bigquery" % "2.10.7"
+libraryDependencies += "com.google.cloud" % "google-cloud-bigquery" % "2.10.8"
```
## Authentication
diff --git a/benchmark/pom.xml b/benchmark/pom.xml
index d8722a1e6..2829ff763 100644
--- a/benchmark/pom.xml
+++ b/benchmark/pom.xml
@@ -6,7 +6,7 @@
google-cloud-bigquery-parent
com.google.cloud
- 2.10.8
+ 2.10.9
diff --git a/google-cloud-bigquery/pom.xml b/google-cloud-bigquery/pom.xml
index 5013cc80d..6f600d768 100644
--- a/google-cloud-bigquery/pom.xml
+++ b/google-cloud-bigquery/pom.xml
@@ -3,7 +3,7 @@
4.0.0
com.google.cloud
google-cloud-bigquery
- 2.10.8
+ 2.10.9
jar
BigQuery
https://github.com/googleapis/java-bigquery
@@ -11,7 +11,7 @@
com.google.cloud
google-cloud-bigquery-parent
- 2.10.8
+ 2.10.9
google-cloud-bigquery
diff --git a/pom.xml b/pom.xml
index 4625caae2..6cad60a40 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
com.google.cloud
google-cloud-bigquery-parent
pom
- 2.10.8
+ 2.10.9
BigQuery Parent
https://github.com/googleapis/java-bigquery
@@ -54,7 +54,7 @@
github
google-cloud-bigquery-parent
v2-rev20220326-1.32.1
- 2.9.0
+ 2.10.0
@@ -70,7 +70,7 @@
com.google.cloud
google-cloud-datacatalog-bom
- 1.7.2
+ 1.7.3
pom
import
@@ -84,7 +84,7 @@
com.google.cloud
google-cloud-bigquery
- 2.10.8
+ 2.10.9
diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml
index 95115402c..0b58b476e 100644
--- a/samples/install-without-bom/pom.xml
+++ b/samples/install-without-bom/pom.xml
@@ -45,7 +45,7 @@
com.google.cloud
google-cloud-bigquery
- 2.10.7
+ 2.10.8
@@ -69,7 +69,7 @@
com.google.cloud
google-cloud-bigqueryconnection
- 2.2.2
+ 2.2.3
test
diff --git a/samples/native-image-sample/pom.xml b/samples/native-image-sample/pom.xml
index f4893182a..4d22a0c99 100644
--- a/samples/native-image-sample/pom.xml
+++ b/samples/native-image-sample/pom.xml
@@ -93,7 +93,7 @@
com.google.cloud
native-image-support
- 0.12.11
+ 0.13.1
org.junit.vintage
diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml
index 4104c783d..09c41694c 100644
--- a/samples/snapshot/pom.xml
+++ b/samples/snapshot/pom.xml
@@ -44,7 +44,7 @@
com.google.cloud
google-cloud-bigquery
- 2.10.8
+ 2.10.9
@@ -67,7 +67,7 @@
com.google.cloud
google-cloud-bigqueryconnection
- 2.2.2
+ 2.2.3
test
diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml
index d75d36445..b95964164 100644
--- a/samples/snippets/pom.xml
+++ b/samples/snippets/pom.xml
@@ -85,7 +85,7 @@
com.google.cloud
google-cloud-bigqueryconnection
- 2.2.2
+ 2.2.3
test
diff --git a/versions.txt b/versions.txt
index 1490c8054..aa4bc48eb 100644
--- a/versions.txt
+++ b/versions.txt
@@ -1,4 +1,4 @@
# Format:
# module:released-version:current-version
-google-cloud-bigquery:2.10.8:2.10.8
\ No newline at end of file
+google-cloud-bigquery:2.10.9:2.10.9
\ No newline at end of file