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

Commit e0b02c5

Browse files
authored
Merge branch 'main' into protobuf-ci-v4294
2 parents 532b0d9 + 616937d commit e0b02c5

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/hermetic_library_generation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
fetch-depth: 0
3939
token: ${{ secrets.CLOUD_JAVA_BOT_TOKEN }}
40-
- uses: googleapis/sdk-platform-java/.github/scripts@v2.60.1
40+
- uses: googleapis/sdk-platform-java/.github/scripts@v2.59.0
4141
if: env.SHOULD_RUN == 'true'
4242
with:
4343
base_ref: ${{ github.base_ref }}

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.63.0</version>
22+
<version>26.64.0</version>
2323
<type>pom</type>
2424
<scope>import</scope>
2525
</dependency>

generation_config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
gapic_generator_version: 2.59.0
2-
googleapis_commitish: 0cdaee64d46d284e4d54afe5b429379b4c6770fc
2+
googleapis_commitish: 2a2ea87fcad7327e0afcfeaa84ec4d4b014f11a3
33
libraries_bom_version: 26.61.0
44
libraries:
55
- api_shortname: bigquerystorage

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@
322322
<plugin>
323323
<groupId>org.graalvm.buildtools</groupId>
324324
<artifactId>native-maven-plugin</artifactId>
325-
<version>0.10.6</version>
325+
<version>0.11.0</version>
326326
<extensions>true</extensions>
327327
<executions>
328328
<execution>

samples/snippets/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<dependency>
3333
<groupId>com.google.cloud</groupId>
3434
<artifactId>libraries-bom</artifactId>
35-
<version>26.63.0</version>
35+
<version>26.64.0</version>
3636
<type>pom</type>
3737
<scope>import</scope>
3838
</dependency>

0 commit comments

Comments
 (0)