diff --git a/CHANGELOG.md b/CHANGELOG.md index a68067d483..cd33368d79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +### [2.10.4](https://github.com/googleapis/java-bigquery/compare/v2.10.3...v2.10.4) (2022-03-29) + + +### Dependencies + +* update dependency com.google.cloud:google-cloud-shared-dependencies to v2.9.0 ([#1945](https://github.com/googleapis/java-bigquery/issues/1945)) ([e6a6502](https://github.com/googleapis/java-bigquery/commit/e6a65024498d5c44000fb982953d063710b7c1d5)) +* update dependency com.google.cloud:google-cloud-storage to v2.5.1 ([#1943](https://github.com/googleapis/java-bigquery/issues/1943)) ([c845e80](https://github.com/googleapis/java-bigquery/commit/c845e802a91bb22918913c3fd501eb80b8eb3c4c)) +* update dependency com.google.cloud:native-image-support to v0.12.11 ([#1944](https://github.com/googleapis/java-bigquery/issues/1944)) ([fd54a96](https://github.com/googleapis/java-bigquery/commit/fd54a96f8ccdf7876d914d338cbb2ec7b6cc310a)) +* update jmh.version to v1.35 ([#1938](https://github.com/googleapis/java-bigquery/issues/1938)) ([77b9a20](https://github.com/googleapis/java-bigquery/commit/77b9a20d2aff95a49e6e1e56a50442e3eb04bf3c)) + ### [2.10.3](https://github.com/googleapis/java-bigquery/compare/v2.10.2...v2.10.3) (2022-03-28) diff --git a/README.md b/README.md index 5b6aeb2948..818b922912 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.10.2 + 2.10.3 ``` @@ -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.10.2' +implementation 'com.google.cloud:google-cloud-bigquery:2.10.3' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-bigquery" % "2.10.2" +libraryDependencies += "com.google.cloud" % "google-cloud-bigquery" % "2.10.3" ``` ## Authentication diff --git a/benchmark/pom.xml b/benchmark/pom.xml index 440b546f64..9a0763ffde 100644 --- a/benchmark/pom.xml +++ b/benchmark/pom.xml @@ -6,12 +6,12 @@ google-cloud-bigquery-parent com.google.cloud - 2.10.3 + 2.10.4 UTF-8 - 1.34 + 1.35 benchmark @@ -42,7 +42,7 @@ org.apache.maven.plugins maven-shade-plugin - 3.2.4 + 3.3.0 package diff --git a/google-cloud-bigquery/pom.xml b/google-cloud-bigquery/pom.xml index 0c064857a9..9c746bd3ab 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.10.3 + 2.10.4 jar BigQuery https://github.com/googleapis/java-bigquery @@ -11,7 +11,7 @@ com.google.cloud google-cloud-bigquery-parent - 2.10.3 + 2.10.4 google-cloud-bigquery diff --git a/pom.xml b/pom.xml index 03623954ae..751d886258 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.google.cloud google-cloud-bigquery-parent pom - 2.10.3 + 2.10.4 BigQuery Parent https://github.com/googleapis/java-bigquery @@ -14,7 +14,7 @@ com.google.cloud google-cloud-shared-config - 1.3.0 + 1.3.2 @@ -54,7 +54,7 @@ github google-cloud-bigquery-parent v2-rev20220313-1.32.1 - 2.8.0 + 2.9.0 @@ -84,7 +84,7 @@ com.google.cloud google-cloud-bigquery - 2.10.3 + 2.10.4 @@ -135,7 +135,7 @@ com.google.cloud google-cloud-storage - 2.5.0 + 2.5.1 test diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml index 68d3347ea1..2300e2a25a 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.10.2 + 2.10.3 diff --git a/samples/native-image-sample/pom.xml b/samples/native-image-sample/pom.xml index 7652630eb2..fcad43274a 100644 --- a/samples/native-image-sample/pom.xml +++ b/samples/native-image-sample/pom.xml @@ -93,7 +93,7 @@ com.google.cloud native-image-support - 0.12.10 + 0.12.11 org.junit.vintage diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml index dd98f6f3ca..42eea913ae 100644 --- a/samples/snapshot/pom.xml +++ b/samples/snapshot/pom.xml @@ -44,7 +44,7 @@ com.google.cloud google-cloud-bigquery - 2.10.3 + 2.10.4 diff --git a/versions.txt b/versions.txt index 13dfc56ce9..da5962d2d7 100644 --- a/versions.txt +++ b/versions.txt @@ -1,4 +1,4 @@ # Format: # module:released-version:current-version -google-cloud-bigquery:2.10.3:2.10.3 \ No newline at end of file +google-cloud-bigquery:2.10.4:2.10.4 \ No newline at end of file