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}