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

Commit c03fe54

Browse files
committed
Merge branch 'googleapis:main' into main
2 parents 7869d54 + 81a7d73 commit c03fe54

3 files changed

Lines changed: 13 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
1919
<dependency>
2020
<groupId>com.google.cloud</groupId>
2121
<artifactId>libraries-bom</artifactId>
22-
<version>26.30.0</version>
22+
<version>26.31.0</version>
2323
<type>pom</type>
2424
<scope>import</scope>
2525
</dependency>

google-cloud-bigquerystorage/pom.xml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,11 @@
151151
<groupId>org.json</groupId>
152152
<artifactId>json</artifactId>
153153
</dependency>
154-
154+
<dependency>
155+
<groupId>com.google.auth</groupId>
156+
<artifactId>google-auth-library-credentials</artifactId>
157+
<version>1.22.0</version>
158+
</dependency>
155159

156160
<!-- Test dependencies -->
157161
<dependency>
@@ -189,7 +193,6 @@
189193
<version>1.11.3</version>
190194
<scope>test</scope>
191195
</dependency>
192-
193196
<dependency>
194197
<groupId>io.grpc</groupId>
195198
<artifactId>grpc-testing</artifactId>
@@ -200,6 +203,12 @@
200203
<artifactId>google-cloud-bigquery</artifactId>
201204
<scope>test</scope>
202205
</dependency>
206+
<dependency>
207+
<groupId>com.google.auth</groupId>
208+
<artifactId>google-auth-library-oauth2-http</artifactId>
209+
<version>1.22.0</version>
210+
<scope>test</scope>
211+
</dependency>
203212
<dependency>
204213
<groupId>com.google.code.findbugs</groupId>
205214
<artifactId>jsr305</artifactId>

samples/snippets/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<dependency>
3232
<groupId>com.google.cloud</groupId>
3333
<artifactId>libraries-bom</artifactId>
34-
<version>26.30.0</version>
34+
<version>26.31.0</version>
3535
<type>pom</type>
3636
<scope>import</scope>
3737
</dependency>

0 commit comments

Comments
 (0)