diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a72d0024..109738a0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [2.9.4](https://github.com/googleapis/java-bigquery/compare/v2.9.3...v2.9.4) (2022-03-08) + + +### Dependencies + +* update dependency com.google.cloud:native-image-support to v0.12.7 ([#1896](https://github.com/googleapis/java-bigquery/issues/1896)) ([5dcb02b](https://github.com/googleapis/java-bigquery/commit/5dcb02b04f9a87ba39e7cfa72229318926262029)) + ### [2.9.3](https://github.com/googleapis/java-bigquery/compare/v2.9.2...v2.9.3) (2022-03-08) diff --git a/README.md b/README.md index a754bfc97..f80dced69 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.9.1 + 2.9.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.9.2' +implementation 'com.google.cloud:google-cloud-bigquery:2.9.3' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-bigquery" % "2.9.2" +libraryDependencies += "com.google.cloud" % "google-cloud-bigquery" % "2.9.3" ``` ## Authentication diff --git a/benchmark/pom.xml b/benchmark/pom.xml index 52d246fc1..5c62e03aa 100644 --- a/benchmark/pom.xml +++ b/benchmark/pom.xml @@ -6,7 +6,7 @@ google-cloud-bigquery-parent com.google.cloud - 2.9.3 + 2.9.4 diff --git a/google-cloud-bigquery/pom.xml b/google-cloud-bigquery/pom.xml index b441834e2..0b46fa3b2 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.9.3 + 2.9.4 jar BigQuery https://github.com/googleapis/java-bigquery @@ -11,7 +11,7 @@ com.google.cloud google-cloud-bigquery-parent - 2.9.3 + 2.9.4 google-cloud-bigquery diff --git a/pom.xml b/pom.xml index 1dd42dd89..7a5f9ee5c 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.google.cloud google-cloud-bigquery-parent pom - 2.9.3 + 2.9.4 BigQuery Parent https://github.com/googleapis/java-bigquery @@ -14,7 +14,7 @@ com.google.cloud google-cloud-shared-config - 1.2.7 + 1.3.0 @@ -84,7 +84,7 @@ com.google.cloud google-cloud-bigquery - 2.9.3 + 2.9.4 diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml index 2ab0f24c9..bbc0ece46 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.9.1 + 2.9.3 diff --git a/samples/native-image-sample/pom.xml b/samples/native-image-sample/pom.xml index 75cad8958..41919ac42 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.6 + 0.12.7 org.junit.vintage diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml index e6cbc1467..8da0be088 100644 --- a/samples/snapshot/pom.xml +++ b/samples/snapshot/pom.xml @@ -44,7 +44,7 @@ com.google.cloud google-cloud-bigquery - 2.9.3 + 2.9.4 diff --git a/versions.txt b/versions.txt index 307b285da..d3f450e42 100644 --- a/versions.txt +++ b/versions.txt @@ -1,4 +1,4 @@ # Format: # module:released-version:current-version -google-cloud-bigquery:2.9.3:2.9.3 \ No newline at end of file +google-cloud-bigquery:2.9.4:2.9.4 \ No newline at end of file