diff --git a/.github/readme/synth.metadata/synth.metadata b/.github/readme/synth.metadata/synth.metadata index f1684c2165..9578b90823 100644 --- a/.github/readme/synth.metadata/synth.metadata +++ b/.github/readme/synth.metadata/synth.metadata @@ -4,14 +4,14 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/java-bigquery.git", - "sha": "cd7e46b6a7e78937a59c0a3aee0c81e51a342ce3" + "sha": "804221c521bae5e90e4e896cdcd2ea2144be8922" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "63cff634aabb85854caa511c5837ea6b45f42b4b" + "sha": "e2aa5bcc3356d9e3b8b53de3b5c86226447d3a22" } } ] diff --git a/CHANGELOG.md b/CHANGELOG.md index 769ccadb5b..658f54fd48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [2.1.4](https://www.github.com/googleapis/java-bigquery/compare/v2.1.3...v2.1.4) (2021-08-25) + + +### Dependencies + +* update dependency com.google.cloud:google-cloud-storage to v2.1.0 ([#1534](https://www.github.com/googleapis/java-bigquery/issues/1534)) ([d998cf6](https://www.github.com/googleapis/java-bigquery/commit/d998cf65c653eff3322547662b7e88b51ec21c15)) + ### [2.1.3](https://www.github.com/googleapis/java-bigquery/compare/v2.1.2...v2.1.3) (2021-08-24) diff --git a/README.md b/README.md index 778fb15548..94fba87f49 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ If you are using Maven without BOM, add this to your dependencies: com.google.cloud google-cloud-bigquery - 2.1.2 + 2.1.3 ``` @@ -58,13 +58,13 @@ compile 'com.google.cloud:google-cloud-bigquery' If you are using Gradle without BOM, add this to your dependencies ```Groovy -compile 'com.google.cloud:google-cloud-bigquery:2.1.2' +compile 'com.google.cloud:google-cloud-bigquery:2.1.3' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-bigquery" % "2.1.2" +libraryDependencies += "com.google.cloud" % "google-cloud-bigquery" % "2.1.3" ``` ## Authentication diff --git a/benchmark/pom.xml b/benchmark/pom.xml index fbc32e0d70..310470e571 100644 --- a/benchmark/pom.xml +++ b/benchmark/pom.xml @@ -6,7 +6,7 @@ google-cloud-bigquery-parent com.google.cloud - 2.1.3 + 2.1.4 diff --git a/google-cloud-bigquery/pom.xml b/google-cloud-bigquery/pom.xml index 2f38cd6d10..f78ebf03cd 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.1.3 + 2.1.4 jar BigQuery https://github.com/googleapis/java-bigquery @@ -11,7 +11,7 @@ com.google.cloud google-cloud-bigquery-parent - 2.1.3 + 2.1.4 google-cloud-bigquery diff --git a/pom.xml b/pom.xml index 10a662c382..53b39f1852 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.google.cloud google-cloud-bigquery-parent pom - 2.1.3 + 2.1.4 BigQuery Parent https://github.com/googleapis/java-bigquery @@ -77,7 +77,7 @@ com.google.cloud google-cloud-bigquery - 2.1.3 + 2.1.4 @@ -114,19 +114,19 @@ com.google.cloud google-cloud-storage - 2.0.2 + 2.1.0 test com.google.cloud google-cloud-datacatalog - 1.5.1 + 1.5.3 test com.google.api.grpc proto-google-cloud-datacatalog-v1 - 1.5.1 + 1.5.3 test diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml index 7e63cd74ad..6353e7bd9d 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.1.2 + 2.1.3 diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml index e5dce8a6dd..596908eeb4 100644 --- a/samples/snapshot/pom.xml +++ b/samples/snapshot/pom.xml @@ -44,7 +44,7 @@ com.google.cloud google-cloud-bigquery - 2.1.3 + 2.1.4 diff --git a/versions.txt b/versions.txt index 20ee2efe7c..64551abe5c 100644 --- a/versions.txt +++ b/versions.txt @@ -1,4 +1,4 @@ # Format: # module:released-version:current-version -google-cloud-bigquery:2.1.3:2.1.3 \ No newline at end of file +google-cloud-bigquery:2.1.4:2.1.4 \ No newline at end of file