diff --git a/.github/readme/synth.metadata/synth.metadata b/.github/readme/synth.metadata/synth.metadata index 6061373ff1..eb58f0236b 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": "0c7a566ee6e88381821bfe0ee195d12b131b0147" + "sha": "8e45a5ac0cf1053d7cf9e3f40efe49f68678a287" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "4f4b1b9b8d8b52f1e9e4a76165896debce5ab7f1" + "sha": "7332178a11ddddc91188dc0f25bca1ccadcaa6c6" } } ] diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f72ddbb90..81a98f7035 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +### [1.131.1](https://www.github.com/googleapis/java-bigquery/compare/v1.131.0...v1.131.1) (2021-05-19) + + +### Dependencies + +* update dependency com.google.cloud:google-cloud-shared-dependencies to v1.2.0 ([#1324](https://www.github.com/googleapis/java-bigquery/issues/1324)) ([dd238db](https://www.github.com/googleapis/java-bigquery/commit/dd238db05664e588aca00e4f10e368d3a574d605)) +* update dependency com.google.cloud:google-cloud-storage to v1.114.0 ([#1306](https://www.github.com/googleapis/java-bigquery/issues/1306)) ([a2cb66a](https://www.github.com/googleapis/java-bigquery/commit/a2cb66a60a44748e7aa8d4f4b5386e46191557b7)) + ## [1.131.0](https://www.github.com/googleapis/java-bigquery/compare/v1.130.0...v1.131.0) (2021-05-18) diff --git a/README.md b/README.md index 8eb1b7d439..b7fc8fac85 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.130.0 + 1.131.0 ``` @@ -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.130.0' +compile 'com.google.cloud:google-cloud-bigquery:1.131.0' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-bigquery" % "1.130.0" +libraryDependencies += "com.google.cloud" % "google-cloud-bigquery" % "1.131.0" ``` ## Authentication diff --git a/benchmark/pom.xml b/benchmark/pom.xml index aa9d8e18e0..68ffab6084 100644 --- a/benchmark/pom.xml +++ b/benchmark/pom.xml @@ -6,7 +6,7 @@ google-cloud-bigquery-parent com.google.cloud - 1.131.0 + 1.131.1 diff --git a/google-cloud-bigquery/pom.xml b/google-cloud-bigquery/pom.xml index 5dc25db802..ba88ca24d4 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.131.0 + 1.131.1 jar BigQuery https://github.com/googleapis/java-bigquery @@ -11,7 +11,7 @@ com.google.cloud google-cloud-bigquery-parent - 1.131.0 + 1.131.1 google-cloud-bigquery diff --git a/pom.xml b/pom.xml index 63498fa20b..916acbb977 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.google.cloud google-cloud-bigquery-parent pom - 1.131.0 + 1.131.1 BigQuery Parent https://github.com/googleapis/java-bigquery @@ -65,7 +65,7 @@ google-cloud-bigquery-parent v2-rev20210430-1.31.0 - 1.1.0 + 1.2.0 @@ -87,7 +87,7 @@ com.google.cloud google-cloud-bigquery - 1.131.0 + 1.131.1 @@ -118,7 +118,7 @@ com.google.cloud google-cloud-storage - 1.113.16 + 1.114.0 test diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml index 23eb110de0..0e54a56064 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.130.0 + 1.131.0 diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml index 2bf2307f7b..cdc365509b 100644 --- a/samples/snapshot/pom.xml +++ b/samples/snapshot/pom.xml @@ -44,7 +44,7 @@ com.google.cloud google-cloud-bigquery - 1.131.0 + 1.131.1 diff --git a/versions.txt b/versions.txt index 072d6096a2..b4d40e03ce 100644 --- a/versions.txt +++ b/versions.txt @@ -1,4 +1,4 @@ # Format: # module:released-version:current-version -google-cloud-bigquery:1.131.0:1.131.0 \ No newline at end of file +google-cloud-bigquery:1.131.1:1.131.1 \ No newline at end of file