diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c22cf03e9..c8264ee4a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [2.20.2](https://github.com/googleapis/java-bigquery/compare/v2.20.1...v2.20.2) (2023-01-12) + + +### Dependencies + +* Update com.google.cloud:google-cloud-bigquerystorage-bom to 2.28.1 ([b62391d](https://github.com/googleapis/java-bigquery/commit/b62391d9cbf5fab30ff5df488d2835be45c5b8d8)) +* Update dependency com.google.apis:google-api-services-bigquery to v2-rev20221209-2.0.0 ([#2449](https://github.com/googleapis/java-bigquery/issues/2449)) ([9d0a107](https://github.com/googleapis/java-bigquery/commit/9d0a107da5e1e600dddccae79eb83358fd6940c6)) +* Update dependency com.google.apis:google-api-services-bigquery to v2-rev20221217-2.0.0 ([#2459](https://github.com/googleapis/java-bigquery/issues/2459)) ([08e2927](https://github.com/googleapis/java-bigquery/commit/08e2927ecb05ff3fda03493a99f466a6d2417d20)) +* Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.1.1 ([#2455](https://github.com/googleapis/java-bigquery/issues/2455)) ([412710c](https://github.com/googleapis/java-bigquery/commit/412710c25d637efeac5a2242ad841b11a788708a)) +* Update dependency org.junit.vintage:junit-vintage-engine to v5.9.2 ([#2456](https://github.com/googleapis/java-bigquery/issues/2456)) ([04d47ad](https://github.com/googleapis/java-bigquery/commit/04d47ad3b8e9b0078884f81c227eb96e87d21aa2)) +* Update dependency org.threeten:threeten-extra to v1.7.2 ([#2450](https://github.com/googleapis/java-bigquery/issues/2450)) ([485be56](https://github.com/googleapis/java-bigquery/commit/485be563ba50974dd40069072b56d319ad40a70a)) + +## [2.20.1](https://github.com/googleapis/java-bigquery/compare/v2.20.0...v2.20.1) (2023-01-04) + + +### Dependencies + +* Update dependency com.google.cloud:google-cloud-bigquerystorage-bom to v2.28.0 ([#2451](https://github.com/googleapis/java-bigquery/issues/2451)) ([4b760e1](https://github.com/googleapis/java-bigquery/commit/4b760e1049c6ddbfcb17b7de5905f43a53165c3d)) + ## [2.20.0](https://github.com/googleapis/java-bigquery/compare/v2.19.1...v2.20.0) (2022-12-13) diff --git a/README.md b/README.md index 7ffa4facb8..20ef7a46c5 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ See https://github.com/GoogleCloudPlatform/cloud-opensource-java/wiki/The-Google com.google.cloud libraries-bom - 26.1.5 + 26.3.0 pom import @@ -44,7 +44,7 @@ If you are using Maven without BOM, add this to your dependencies: com.google.cloud google-cloud-bigquery - 2.19.1 + 2.20.1 ``` @@ -52,20 +52,20 @@ If you are using Maven without BOM, add this to your dependencies: If you are using Gradle 5.x or later, add this to your dependencies: ```Groovy -implementation platform('com.google.cloud:libraries-bom:26.1.5') +implementation platform('com.google.cloud:libraries-bom:26.3.0') 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.19.1' +implementation 'com.google.cloud:google-cloud-bigquery:2.20.1' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-bigquery" % "2.19.1" +libraryDependencies += "com.google.cloud" % "google-cloud-bigquery" % "2.20.1" ``` ## Authentication diff --git a/benchmark/pom.xml b/benchmark/pom.xml index bb0b93e168..93dc714e4a 100644 --- a/benchmark/pom.xml +++ b/benchmark/pom.xml @@ -6,7 +6,7 @@ google-cloud-bigquery-parent com.google.cloud - 2.20.0 + 2.20.2 diff --git a/google-cloud-bigquery/pom.xml b/google-cloud-bigquery/pom.xml index 78d5997f78..74df29f487 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.20.0 + 2.20.2 jar BigQuery https://github.com/googleapis/java-bigquery @@ -11,7 +11,7 @@ com.google.cloud google-cloud-bigquery-parent - 2.20.0 + 2.20.2 google-cloud-bigquery diff --git a/pom.xml b/pom.xml index 0f7fcfbdb4..cbdb7af061 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.google.cloud google-cloud-bigquery-parent pom - 2.20.0 + 2.20.2 BigQuery Parent https://github.com/googleapis/java-bigquery @@ -53,8 +53,8 @@ UTF-8 github google-cloud-bigquery-parent - v2-rev20221127-2.0.0 - 3.1.0 + v2-rev20221217-2.0.0 + 3.1.1 10.0.1 @@ -72,7 +72,7 @@ com.google.cloud google-cloud-bigquerystorage-bom - 2.27.0 + 2.28.1 pom import @@ -110,7 +110,7 @@ com.google.cloud google-cloud-bigquery - 2.20.0 + 2.20.2 @@ -123,7 +123,7 @@ org.threeten threeten-extra - 1.7.1 + 1.7.2 @@ -148,13 +148,13 @@ org.mockito mockito-core - 4.9.0 + 4.11.0 test com.google.cloud google-cloud-storage - 2.16.0 + 2.17.0 test @@ -196,7 +196,7 @@ org.apache.maven.plugins maven-project-info-reports-plugin - 3.4.1 + 3.4.2 diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml index 93948d4fa0..784fce0126 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.19.1 + 2.20.1 @@ -63,7 +63,7 @@ com.google.cloud google-cloud-bigtable - 2.17.1 + 2.18.0 test diff --git a/samples/native-image-sample/pom.xml b/samples/native-image-sample/pom.xml index 4962e9b0e0..c5ad945f06 100644 --- a/samples/native-image-sample/pom.xml +++ b/samples/native-image-sample/pom.xml @@ -39,7 +39,7 @@ com.google.cloud libraries-bom - 26.1.5 + 26.3.0 pom import @@ -93,7 +93,7 @@ org.junit.vintage junit-vintage-engine - 5.9.1 + 5.9.2 test diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml index e27ce41667..3d711d3d70 100644 --- a/samples/snapshot/pom.xml +++ b/samples/snapshot/pom.xml @@ -44,7 +44,7 @@ com.google.cloud google-cloud-bigquery - 2.20.0 + 2.20.2 @@ -61,7 +61,7 @@ com.google.cloud google-cloud-bigtable - 2.17.1 + 2.18.0 test diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml index 99ac673152..487eba2686 100644 --- a/samples/snippets/pom.xml +++ b/samples/snippets/pom.xml @@ -47,7 +47,7 @@ com.google.cloud libraries-bom - 26.1.5 + 26.3.0 pom import @@ -79,7 +79,7 @@ com.google.cloud google-cloud-bigtable - 2.17.1 + 2.18.0 test diff --git a/versions.txt b/versions.txt index 400df5cbfd..9e9b820845 100644 --- a/versions.txt +++ b/versions.txt @@ -1,4 +1,4 @@ # Format: # module:released-version:current-version -google-cloud-bigquery:2.20.0:2.20.0 \ No newline at end of file +google-cloud-bigquery:2.20.2:2.20.2 \ No newline at end of file