diff --git a/CHANGELOG.md b/CHANGELOG.md
index d87e236aa..ab1358cff 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,13 @@
# Changelog
+## [2.13.4](https://github.com/googleapis/java-bigquery/compare/v2.13.3...v2.13.4) (2022-06-22)
+
+
+### Dependencies
+
+* update dependency org.graalvm.buildtools:junit-platform-native to v0.9.12 ([#2124](https://github.com/googleapis/java-bigquery/issues/2124)) ([4542ce9](https://github.com/googleapis/java-bigquery/commit/4542ce9a51d9756a8a06d0e33cf3a40d1e321ade))
+* update dependency org.graalvm.buildtools:native-maven-plugin to v0.9.12 ([#2125](https://github.com/googleapis/java-bigquery/issues/2125)) ([6da965f](https://github.com/googleapis/java-bigquery/commit/6da965f540a2cdb2eaf845301cfbfbf34b9a6866))
+
## [2.13.3](https://github.com/googleapis/java-bigquery/compare/v2.13.2...v2.13.3) (2022-06-16)
diff --git a/README.md b/README.md
index dd8df0f20..94172a0a2 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.13.2
+ 2.13.3
```
@@ -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.2'
+implementation 'com.google.cloud:google-cloud-bigquery:2.13.3'
```
If you are using SBT, add this to your dependencies
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-bigquery" % "2.13.2"
+libraryDependencies += "com.google.cloud" % "google-cloud-bigquery" % "2.13.3"
```
## Authentication
diff --git a/benchmark/pom.xml b/benchmark/pom.xml
index 07b76c3e3..a1178a6f8 100644
--- a/benchmark/pom.xml
+++ b/benchmark/pom.xml
@@ -6,7 +6,7 @@
google-cloud-bigquery-parent
com.google.cloud
- 2.13.3
+ 2.13.4
diff --git a/google-cloud-bigquery/pom.xml b/google-cloud-bigquery/pom.xml
index 9f9e1ebd8..93510eade 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.3
+ 2.13.4
jar
BigQuery
https://github.com/googleapis/java-bigquery
@@ -11,7 +11,7 @@
com.google.cloud
google-cloud-bigquery-parent
- 2.13.3
+ 2.13.4
google-cloud-bigquery
diff --git a/pom.xml b/pom.xml
index dacb853f5..509626fdb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
com.google.cloud
google-cloud-bigquery-parent
pom
- 2.13.3
+ 2.13.4
BigQuery Parent
https://github.com/googleapis/java-bigquery
@@ -118,7 +118,7 @@
com.google.cloud
google-cloud-bigquery
- 2.13.3
+ 2.13.4
diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml
index 9a608be2b..168fe6daa 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.13.2
+ 2.13.3
diff --git a/samples/native-image-sample/pom.xml b/samples/native-image-sample/pom.xml
index 546552eda..f94b8ac54 100644
--- a/samples/native-image-sample/pom.xml
+++ b/samples/native-image-sample/pom.xml
@@ -99,7 +99,7 @@
org.graalvm.buildtools
junit-platform-native
- 0.9.11
+ 0.9.12
test
@@ -121,7 +121,7 @@
org.graalvm.buildtools
native-maven-plugin
- 0.9.11
+ 0.9.12
true
com.example.bigquery.NativeImageBigquerySample
diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml
index f28648544..77101b32e 100644
--- a/samples/snapshot/pom.xml
+++ b/samples/snapshot/pom.xml
@@ -44,7 +44,7 @@
com.google.cloud
google-cloud-bigquery
- 2.13.3
+ 2.13.4
diff --git a/versions.txt b/versions.txt
index ed1f955c0..e2157bc2b 100644
--- a/versions.txt
+++ b/versions.txt
@@ -1,4 +1,4 @@
# Format:
# module:released-version:current-version
-google-cloud-bigquery:2.13.3:2.13.3
\ No newline at end of file
+google-cloud-bigquery:2.13.4:2.13.4
\ No newline at end of file