Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deps: update dependencies #46

Merged
merged 2 commits into from Dec 18, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -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 =
Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Expand Up @@ -63,10 +63,10 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<github.global.server>github</github.global.server>
<site.installationModule>google-cloud-bigquery-parent</site.installationModule>
<google.core.version>1.91.3</google.core.version>
<google.core.version>1.92.0</google.core.version>
<google.api-common.version>1.8.1</google.api-common.version>
<google.common-protos.version>1.17.0</google.common-protos.version>
<gax.version>1.51.0</gax.version>
<gax.version>1.52.0</gax.version>
<grpc.version>1.25.0</grpc.version>
<protobuf.version>3.11.1</protobuf.version>
<junit.version>4.12</junit.version>
Expand Down Expand Up @@ -98,7 +98,7 @@
<dependency>
<groupId>com.google.auth</groupId>
<artifactId>google-auth-library-oauth2-http</artifactId>
<version>0.18.0</version>
<version>0.19.0</version>
</dependency>
<dependency>
<groupId>org.checkerframework</groupId>
Expand Down Expand Up @@ -325,7 +325,7 @@
<jdk>1.7</jdk>
</activation>
<properties>
<auto-value-annotations.version>1.6.6</auto-value-annotations.version>
<auto-value-annotations.version>1.7</auto-value-annotations.version>
<auto-value.version>1.4</auto-value.version>
</properties>
</profile>
Expand All @@ -336,7 +336,7 @@
<jdk>[1.8,)</jdk>
</activation>
<properties>
<auto-value.version>1.6.6</auto-value.version>
<auto-value.version>1.7</auto-value.version>
<auto-value-annotations.version>${auto-value.version}</auto-value-annotations.version>
</properties>
</profile>
Expand Down