From fd8ce1ad6fc8e485b568d65ff6f2cd404a0aec91 Mon Sep 17 00:00:00 2001 From: Stephanie Wang Date: Wed, 18 Dec 2019 14:49:20 -0500 Subject: [PATCH] deps: update dependencies (#46) * deps: update dependencies All updates: | Package | Update | Change | |---|---|---| | `com.google.auth:google-auth-library-oauth2-http` | minor | `0.18.0` -> `0.19.0` | | `com.google.auto.value:auto-value` (jdk 1.8+) | minor | `1.6.6` -> `1.7` | | `com.google.auto.value:auto-value-annotations` | minor | `1.6.6` -> `1.7` | | [com.google.api:gax-bom](https://togithub.com/googleapis/gax-java) ([source](https://togithub.com/googleapis/gax-java)) | minor | `1.51.0` -> `1.52.0` | | [com.google.api:gax-grpc](https://togithub.com/googleapis/gax-java) ([source](https://togithub.com/googleapis/gax-java)) | minor | `1.51.0` -> `1.52.0` | | [com.google.cloud:google-cloud-core-grpc](https://togithub.com/googleapis/google-cloud-java/tree/master/google-cloud-clients/google-cloud-core-grpc) | minor | `1.91.3` -> `1.92.0` | | [com.google.cloud:google-cloud-core](https://togithub.com/googleapis/google-cloud-java/tree/master/google-cloud-clients/google-cloud-core) | minor | `1.91.3` -> `1.92.0` | **manually copied and merged from the following PRs** * deps: update gax.version to v1.52.0 #31 * deps: update google.core.version to v1.92.0 #35 * deps: update dependency com.google.auth:google-auth-library-oauth2-http to v0.19.0 #30 * deps: fix DEFAULT_CHUNK_SIZE in response to the same change in java-core 1.92.0 --- .../cloud/bigquery/TableDataWriteChannelTest.java | 2 +- pom.xml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/google-cloud-bigquery/src/test/java/com/google/cloud/bigquery/TableDataWriteChannelTest.java b/google-cloud-bigquery/src/test/java/com/google/cloud/bigquery/TableDataWriteChannelTest.java index ef2329b07..43012a8ef 100644 --- a/google-cloud-bigquery/src/test/java/com/google/cloud/bigquery/TableDataWriteChannelTest.java +++ b/google-cloud-bigquery/src/test/java/com/google/cloud/bigquery/TableDataWriteChannelTest.java @@ -60,7 +60,7 @@ public class TableDataWriteChannelTest { .setMaxBadRecords(10) .build(); private static final int MIN_CHUNK_SIZE = 256 * 1024; - private static final int DEFAULT_CHUNK_SIZE = 8 * MIN_CHUNK_SIZE; + private static final int DEFAULT_CHUNK_SIZE = 60 * MIN_CHUNK_SIZE; private static final int CUSTOM_CHUNK_SIZE = 4 * MIN_CHUNK_SIZE; private static final Random RANDOM = new Random(); private static final LoadJobConfiguration JOB_CONFIGURATION = diff --git a/pom.xml b/pom.xml index ce1212a09..c63313da2 100644 --- a/pom.xml +++ b/pom.xml @@ -63,10 +63,10 @@ UTF-8 github google-cloud-bigquery-parent - 1.91.3 + 1.92.0 1.8.1 1.17.0 - 1.51.0 + 1.52.0 1.25.0 3.11.1 4.12 @@ -98,7 +98,7 @@ com.google.auth google-auth-library-oauth2-http - 0.18.0 + 0.19.0 org.checkerframework @@ -325,7 +325,7 @@ 1.7 - 1.6.6 + 1.7 1.4 @@ -336,7 +336,7 @@ [1.8,) - 1.6.6 + 1.7 ${auto-value.version}