diff --git a/.github/readme/synth.metadata/synth.metadata b/.github/readme/synth.metadata/synth.metadata index 4e1bb9c4c..e52a5c12a 100644 --- a/.github/readme/synth.metadata/synth.metadata +++ b/.github/readme/synth.metadata/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/java-bigquery.git", - "sha": "ececddf32294f7884350d7e99f4eb3d493744ed2" + "sha": "33ea7e6d78eea92965ead1777c21e39db72b6df2" } }, { diff --git a/CHANGELOG.md b/CHANGELOG.md index d929b7559..741d35da4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +### [1.124.5](https://www.github.com/googleapis/java-bigquery/compare/v1.124.4...v1.124.5) (2020-11-11) + + +### Dependencies + +* update dependency com.google.cloud:google-cloud-bigtable to v1.17.2 ([#930](https://www.github.com/googleapis/java-bigquery/issues/930)) ([eab190f](https://www.github.com/googleapis/java-bigquery/commit/eab190f4f68e9d2a33b203d35d0d064c6c755f2f)) +* update dependency com.google.cloud:google-cloud-shared-dependencies to v0.15.0 ([#929](https://www.github.com/googleapis/java-bigquery/issues/929)) ([321357c](https://www.github.com/googleapis/java-bigquery/commit/321357ce41bc67be3009c27b4999b1d7cb4ecfee)) + ### [1.124.4](https://www.github.com/googleapis/java-bigquery/compare/v1.124.3...v1.124.4) (2020-11-10) diff --git a/README.md b/README.md index e7f404ee8..7e2e7ba09 100644 --- a/README.md +++ b/README.md @@ -40,18 +40,18 @@ If you are using Maven without BOM, add this to your dependencies: com.google.cloud google-cloud-bigquery - 1.124.3 + 1.124.4 ``` If you are using Gradle, add this to your dependencies ```Groovy -compile 'com.google.cloud:google-cloud-bigquery:1.124.3' +compile 'com.google.cloud:google-cloud-bigquery:1.124.4' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-bigquery" % "1.124.3" +libraryDependencies += "com.google.cloud" % "google-cloud-bigquery" % "1.124.4" ``` ## Authentication diff --git a/benchmark/pom.xml b/benchmark/pom.xml index 9bd016ed9..fa997f839 100644 --- a/benchmark/pom.xml +++ b/benchmark/pom.xml @@ -6,7 +6,7 @@ google-cloud-bigquery-parent com.google.cloud - 1.124.4 + 1.124.5 diff --git a/google-cloud-bigquery/pom.xml b/google-cloud-bigquery/pom.xml index 0f9362594..a28ccb3b8 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 - 1.124.4 + 1.124.5 jar BigQuery https://github.com/googleapis/java-bigquery @@ -11,7 +11,7 @@ com.google.cloud google-cloud-bigquery-parent - 1.124.4 + 1.124.5 google-cloud-bigquery diff --git a/pom.xml b/pom.xml index c2d44285e..cb992dcfd 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.google.cloud google-cloud-bigquery-parent pom - 1.124.4 + 1.124.5 BigQuery Parent https://github.com/googleapis/java-bigquery @@ -65,7 +65,7 @@ google-cloud-bigquery-parent v2-rev20201030-1.30.10 - 0.14.1 + 0.15.0 @@ -87,7 +87,7 @@ com.google.cloud google-cloud-bigquery - 1.124.4 + 1.124.5 diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml index da89ad75b..cb367b365 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 - 1.124.3 + 1.124.4 @@ -63,7 +63,7 @@ com.google.cloud google-cloud-bigtable - 1.17.1 + 1.17.2 test diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml index 241fc8d11..3ee072436 100644 --- a/samples/snapshot/pom.xml +++ b/samples/snapshot/pom.xml @@ -44,7 +44,7 @@ com.google.cloud google-cloud-bigquery - 1.124.4 + 1.124.5 @@ -61,7 +61,7 @@ com.google.cloud google-cloud-bigtable - 1.17.1 + 1.17.2 test diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml index 49ba93e9a..fa0db97ba 100644 --- a/samples/snippets/pom.xml +++ b/samples/snippets/pom.xml @@ -76,7 +76,7 @@ com.google.cloud google-cloud-bigtable - 1.17.1 + 1.17.2 test diff --git a/versions.txt b/versions.txt index f081a573d..f497e2fd1 100644 --- a/versions.txt +++ b/versions.txt @@ -1,4 +1,4 @@ # Format: # module:released-version:current-version -google-cloud-bigquery:1.124.4:1.124.4 \ No newline at end of file +google-cloud-bigquery:1.124.5:1.124.5 \ No newline at end of file