diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d0de8ea5..126677c26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.14.5](https://github.com/googleapis/java-bigquery/compare/v2.14.4...v2.14.5) (2022-08-12) + + +### Dependencies + +* update dependency com.google.apis:google-api-services-bigquery to v2-rev20220806-2.0.0 ([#2223](https://github.com/googleapis/java-bigquery/issues/2223)) ([05d1de1](https://github.com/googleapis/java-bigquery/commit/05d1de19488c45ceb202824d9ce2ae0fd290d930)) + ## [2.14.4](https://github.com/googleapis/java-bigquery/compare/v2.14.3...v2.14.4) (2022-08-08) diff --git a/README.md b/README.md index d01ea5059..0d76dbd80 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.14.3 + 2.14.4 ``` @@ -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.14.3' +implementation 'com.google.cloud:google-cloud-bigquery:2.14.4' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-bigquery" % "2.14.3" +libraryDependencies += "com.google.cloud" % "google-cloud-bigquery" % "2.14.4" ``` ## Authentication diff --git a/benchmark/pom.xml b/benchmark/pom.xml index 7f57a4bdf..29d479f6e 100644 --- a/benchmark/pom.xml +++ b/benchmark/pom.xml @@ -6,7 +6,7 @@ google-cloud-bigquery-parent com.google.cloud - 2.14.4 + 2.14.5 diff --git a/google-cloud-bigquery/pom.xml b/google-cloud-bigquery/pom.xml index 06aaee128..d90845125 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.14.4 + 2.14.5 jar BigQuery https://github.com/googleapis/java-bigquery @@ -11,7 +11,7 @@ com.google.cloud google-cloud-bigquery-parent - 2.14.4 + 2.14.5 google-cloud-bigquery diff --git a/pom.xml b/pom.xml index fd5104fd6..3d6188e65 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.google.cloud google-cloud-bigquery-parent pom - 2.14.4 + 2.14.5 BigQuery Parent https://github.com/googleapis/java-bigquery @@ -53,7 +53,7 @@ UTF-8 github google-cloud-bigquery-parent - v2-rev20220730-2.0.0 + v2-rev20220806-2.0.0 3.0.1 9.0.0 @@ -72,7 +72,7 @@ com.google.cloud google-cloud-bigquerystorage-bom - 2.19.0 + 2.19.1 pom import @@ -118,7 +118,7 @@ com.google.cloud google-cloud-bigquery - 2.14.4 + 2.14.5 diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml index cb313b957..287cc2796 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.14.3 + 2.14.4 diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml index 787616e07..86aaa0aa9 100644 --- a/samples/snapshot/pom.xml +++ b/samples/snapshot/pom.xml @@ -44,7 +44,7 @@ com.google.cloud google-cloud-bigquery - 2.14.4 + 2.14.5 diff --git a/versions.txt b/versions.txt index 99885e515..e881c4481 100644 --- a/versions.txt +++ b/versions.txt @@ -1,4 +1,4 @@ # Format: # module:released-version:current-version -google-cloud-bigquery:2.14.4:2.14.4 \ No newline at end of file +google-cloud-bigquery:2.14.5:2.14.5 \ No newline at end of file