diff --git a/.github/readme/synth.metadata/synth.metadata b/.github/readme/synth.metadata/synth.metadata index 2acea9beb..ab208e9b6 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": "66fe6396f56dff76143b0eae78409fe1b3f81c69" + "sha": "fcd79be52fea2df5f026d027bcc57d697d3600d9" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "a3e990f3545dc8ccd384a75d20ce9cb185ca6a28" + "sha": "16ec872dd898d7de6e1822badfac32484b5d9031" } } ] diff --git a/CHANGELOG.md b/CHANGELOG.md index c3c75ebcb..a44645749 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [1.126.5](https://www.github.com/googleapis/java-bigquery/compare/v1.126.4...v1.126.5) (2021-01-13) + + +### Dependencies + +* update dependency com.google.cloud:google-cloud-storage to v1.113.9 ([#1061](https://www.github.com/googleapis/java-bigquery/issues/1061)) ([0644f40](https://www.github.com/googleapis/java-bigquery/commit/0644f408d4d0a80c54e78aeef8169b0e18aa8256)) + ### [1.126.4](https://www.github.com/googleapis/java-bigquery/compare/v1.126.3...v1.126.4) (2021-01-12) diff --git a/README.md b/README.md index 5cb89cfca..b0c56aaeb 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ If you are using Maven without BOM, add this to your dependencies: com.google.cloud google-cloud-bigquery - 1.126.3 + 1.126.4 ``` @@ -53,12 +53,12 @@ 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:1.126.3' +compile 'com.google.cloud:google-cloud-bigquery:1.126.4' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-bigquery" % "1.126.3" +libraryDependencies += "com.google.cloud" % "google-cloud-bigquery" % "1.126.4" ``` ## Authentication diff --git a/benchmark/pom.xml b/benchmark/pom.xml index f8261d1e2..4c5afd836 100644 --- a/benchmark/pom.xml +++ b/benchmark/pom.xml @@ -6,7 +6,7 @@ google-cloud-bigquery-parent com.google.cloud - 1.126.4 + 1.126.5 diff --git a/google-cloud-bigquery/pom.xml b/google-cloud-bigquery/pom.xml index 3a8316c82..99db108b5 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.126.4 + 1.126.5 jar BigQuery https://github.com/googleapis/java-bigquery @@ -11,7 +11,7 @@ com.google.cloud google-cloud-bigquery-parent - 1.126.4 + 1.126.5 google-cloud-bigquery diff --git a/pom.xml b/pom.xml index 345b27148..05628f033 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.google.cloud google-cloud-bigquery-parent pom - 1.126.4 + 1.126.5 BigQuery Parent https://github.com/googleapis/java-bigquery @@ -87,7 +87,7 @@ com.google.cloud google-cloud-bigquery - 1.126.4 + 1.126.5 @@ -118,7 +118,7 @@ com.google.cloud google-cloud-storage - 1.113.8 + 1.113.9 test diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml index 7fa3eeb79..503dbca60 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.126.3 + 1.126.4 @@ -69,7 +69,7 @@ com.google.cloud google-cloud-bigqueryconnection - 1.0.6 + 1.0.7 test diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml index 040704e6b..50f958358 100644 --- a/samples/snapshot/pom.xml +++ b/samples/snapshot/pom.xml @@ -44,7 +44,7 @@ com.google.cloud google-cloud-bigquery - 1.126.4 + 1.126.5 @@ -67,7 +67,7 @@ com.google.cloud google-cloud-bigqueryconnection - 1.0.6 + 1.0.7 test diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml index 87279fadb..1caa03b87 100644 --- a/samples/snippets/pom.xml +++ b/samples/snippets/pom.xml @@ -82,7 +82,7 @@ com.google.cloud google-cloud-bigqueryconnection - 1.0.6 + 1.0.7 test diff --git a/versions.txt b/versions.txt index 11efb5cf3..4359b32fc 100644 --- a/versions.txt +++ b/versions.txt @@ -1,4 +1,4 @@ # Format: # module:released-version:current-version -google-cloud-bigquery:1.126.4:1.126.4 \ No newline at end of file +google-cloud-bigquery:1.126.5:1.126.5 \ No newline at end of file