Skip to content
This repository was archived by the owner on Feb 24, 2026. It is now read-only.

Commit b6418b4

Browse files
deps: bump dependency versions (#53)
1 parent 24bf682 commit b6418b4

2 files changed

Lines changed: 17 additions & 5 deletions

File tree

google-cloud-bigquerystorage/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
<dependency>
106106
<groupId>com.google.cloud</groupId>
107107
<artifactId>google-cloud-bigquery</artifactId>
108-
<version>1.102.0</version>
108+
<version>1.106.0</version>
109109
</dependency>
110110
<dependency>
111111
<groupId>com.google.code.findbugs</groupId>
@@ -119,7 +119,7 @@
119119
<dependency>
120120
<groupId>com.google.cloud</groupId>
121121
<artifactId>google-cloud-core</artifactId>
122-
<version>1.92.3</version>
122+
<version>${google.core.version}</version>
123123
</dependency>
124124

125125
<dependency>

pom.xml

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,14 @@
6363
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
6464
<github.global.server>github</github.global.server>
6565
<site.installationModule>google-cloud-bigquerystorage-parent</site.installationModule>
66-
<google.core.version>1.91.1</google.core.version>
66+
<google.core.version>1.92.4</google.core.version>
6767
<google.api-common.version>1.8.1</google.api-common.version>
6868
<google.common-protos.version>1.17.0</google.common-protos.version>
69-
<gax.version>1.53.0</gax.version>
69+
<gax.version>1.53.1</gax.version>
70+
<auto-value-annotations.version>1.7</auto-value-annotations.version>
71+
<jackson-core.version>2.10.2</jackson-core.version>
7072
<grpc.version>1.27.0</grpc.version>
71-
<protobuf.version>3.11.1</protobuf.version>
73+
<protobuf.version>3.11.3</protobuf.version>
7274
<junit.version>4.13</junit.version>
7375
<guava.version>28.2-android</guava.version>
7476
<threeten.version>1.4.1</threeten.version>
@@ -108,6 +110,16 @@
108110
<artifactId>grpc-google-cloud-bigquerystorage-v1beta2</artifactId>
109111
<version>0.85.2-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-bigquerystorage-v1beta2:current} -->
110112
</dependency>
113+
<dependency>
114+
<groupId>com.google.auto.value</groupId>
115+
<artifactId>auto-value-annotations</artifactId>
116+
<version>${auto-value-annotations.version}</version>
117+
</dependency>
118+
<dependency>
119+
<groupId>com.fasterxml.jackson.core</groupId>
120+
<artifactId>jackson-core</artifactId>
121+
<version>${jackson-core.version}</version>
122+
</dependency>
111123
<dependency>
112124
<groupId>com.google.cloud</groupId>
113125
<artifactId>google-cloud-bigquerystorage</artifactId>

0 commit comments

Comments
 (0)