diff --git a/CHANGELOG.md b/CHANGELOG.md
index ab1358cff..278e14819 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## [2.13.5](https://github.com/googleapis/java-bigquery/compare/v2.13.4...v2.13.5) (2022-06-23)
+
+
+### Dependencies
+
+* update dependency com.google.cloud:google-cloud-shared-dependencies to v2.13.0 ([#2128](https://github.com/googleapis/java-bigquery/issues/2128)) ([3043533](https://github.com/googleapis/java-bigquery/commit/3043533608c5659be0313f1942d20314d2157fd4))
+
## [2.13.4](https://github.com/googleapis/java-bigquery/compare/v2.13.3...v2.13.4) (2022-06-22)
diff --git a/README.md b/README.md
index 94172a0a2..826d7c7c8 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.13.3'
+implementation 'com.google.cloud:google-cloud-bigquery:2.13.4'
```
If you are using SBT, add this to your dependencies
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-bigquery" % "2.13.3"
+libraryDependencies += "com.google.cloud" % "google-cloud-bigquery" % "2.13.4"
```
## Authentication
diff --git a/benchmark/pom.xml b/benchmark/pom.xml
index a1178a6f8..1b09fd6cc 100644
--- a/benchmark/pom.xml
+++ b/benchmark/pom.xml
@@ -6,7 +6,7 @@
google-cloud-bigquery-parent
com.google.cloud
- 2.13.4
+ 2.13.5
diff --git a/google-cloud-bigquery/pom.xml b/google-cloud-bigquery/pom.xml
index 93510eade..709a5b07d 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.13.4
+ 2.13.5
jar
BigQuery
https://github.com/googleapis/java-bigquery
@@ -11,7 +11,7 @@
com.google.cloud
google-cloud-bigquery-parent
- 2.13.4
+ 2.13.5
google-cloud-bigquery
diff --git a/pom.xml b/pom.xml
index 509626fdb..eb284c946 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
com.google.cloud
google-cloud-bigquery-parent
pom
- 2.13.4
+ 2.13.5
BigQuery Parent
https://github.com/googleapis/java-bigquery
@@ -54,7 +54,7 @@
github
google-cloud-bigquery-parent
v2-rev20220528-1.32.1
- 2.12.0
+ 2.13.0
8.0.0
@@ -118,7 +118,7 @@
com.google.cloud
google-cloud-bigquery
- 2.13.4
+ 2.13.5
diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml
index 77101b32e..1c9c317c1 100644
--- a/samples/snapshot/pom.xml
+++ b/samples/snapshot/pom.xml
@@ -44,7 +44,7 @@
com.google.cloud
google-cloud-bigquery
- 2.13.4
+ 2.13.5
diff --git a/versions.txt b/versions.txt
index e2157bc2b..219132e72 100644
--- a/versions.txt
+++ b/versions.txt
@@ -1,4 +1,4 @@
# Format:
# module:released-version:current-version
-google-cloud-bigquery:2.13.4:2.13.4
\ No newline at end of file
+google-cloud-bigquery:2.13.5:2.13.5
\ No newline at end of file